Skip to content

Commit c2254e8

Browse files
committed
Injection of v1.3.19.0 source release of the AWSSDK for .NET
1 parent 1c3c0e9 commit c2254e8

File tree

72 files changed

+1994
-490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1994
-490
lines changed

AWSSDKSrc.csproj

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,9 @@
19361936
<Compile Include="Amazon.ElasticMapReduce\Model\AddJobFlowStepsResponse.cs" />
19371937
<Compile Include="Amazon.ElasticMapReduce\Model\BootstrapActionConfig.cs" />
19381938
<Compile Include="Amazon.ElasticMapReduce\Model\BootstrapActionDetail.cs" />
1939+
<Compile Include="Amazon.ElasticMapReduce\Model\BootstrapActions.cs" />
1940+
<Compile Include="Amazon.ElasticMapReduce\Model\ConfigureDaemons.cs" />
1941+
<Compile Include="Amazon.ElasticMapReduce\Model\ConfigureHadoop.cs" />
19391942
<Compile Include="Amazon.ElasticMapReduce\Model\DescribeJobFlowsRequest.cs" />
19401943
<Compile Include="Amazon.ElasticMapReduce\Model\DescribeJobFlowsResponse.cs" />
19411944
<Compile Include="Amazon.ElasticMapReduce\Model\DescribeJobFlowsResult.cs" />
@@ -1944,6 +1947,36 @@
19441947
<Compile Include="Amazon.ElasticMapReduce\Model\InstanceGroupDetail.cs" />
19451948
<Compile Include="Amazon.ElasticMapReduce\Model\InstanceGroupModifyConfig.cs" />
19461949
<Compile Include="Amazon.ElasticMapReduce\Model\InternalServerErrorException.cs" />
1950+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\AddInstanceGroupsRequestMarshaller.cs" />
1951+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\AddInstanceGroupsResponseUnmarshaller.cs" />
1952+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\AddInstanceGroupsResultUnmarshaller.cs" />
1953+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\AddJobFlowStepsRequestMarshaller.cs" />
1954+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\AddJobFlowStepsResponseUnmarshaller.cs" />
1955+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\BootstrapActionConfigUnmarshaller.cs" />
1956+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\BootstrapActionDetailUnmarshaller.cs" />
1957+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\DescribeJobFlowsRequestMarshaller.cs" />
1958+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\DescribeJobFlowsResponseUnmarshaller.cs" />
1959+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\DescribeJobFlowsResultUnmarshaller.cs" />
1960+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\HadoopJarStepConfigUnmarshaller.cs" />
1961+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\InstanceGroupDetailUnmarshaller.cs" />
1962+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\JobFlowDetailUnmarshaller.cs" />
1963+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\JobFlowExecutionStatusDetailUnmarshaller.cs" />
1964+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\JobFlowInstancesDetailUnmarshaller.cs" />
1965+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\KeyValueUnmarshaller.cs" />
1966+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\ModifyInstanceGroupsRequestMarshaller.cs" />
1967+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\ModifyInstanceGroupsResponseUnmarshaller.cs" />
1968+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\PlacementTypeUnmarshaller.cs" />
1969+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\RunJobFlowRequestMarshaller.cs" />
1970+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\RunJobFlowResponseUnmarshaller.cs" />
1971+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\RunJobFlowResultUnmarshaller.cs" />
1972+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\ScriptBootstrapActionConfigUnmarshaller.cs" />
1973+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\SetTerminationProtectionRequestMarshaller.cs" />
1974+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\SetTerminationProtectionResponseUnmarshaller.cs" />
1975+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\StepConfigUnmarshaller.cs" />
1976+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\StepDetailUnmarshaller.cs" />
1977+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\StepExecutionStatusDetailUnmarshaller.cs" />
1978+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\TerminateJobFlowsRequestMarshaller.cs" />
1979+
<Compile Include="Amazon.ElasticMapReduce\Model\Internal\MarshallTransformations\TerminateJobFlowsResponseUnmarshaller.cs" />
19471980
<Compile Include="Amazon.ElasticMapReduce\Model\JobFlowDetail.cs" />
19481981
<Compile Include="Amazon.ElasticMapReduce\Model\JobFlowExecutionStatusDetail.cs" />
19491982
<Compile Include="Amazon.ElasticMapReduce\Model\JobFlowInstancesConfig.cs" />
@@ -1957,41 +1990,15 @@
19571990
<Compile Include="Amazon.ElasticMapReduce\Model\RunJobFlowResponse.cs" />
19581991
<Compile Include="Amazon.ElasticMapReduce\Model\RunJobFlowResult.cs" />
19591992
<Compile Include="Amazon.ElasticMapReduce\Model\ScriptBootstrapActionConfig.cs" />
1993+
<Compile Include="Amazon.ElasticMapReduce\Model\SetTerminationProtectionRequest.cs" />
1994+
<Compile Include="Amazon.ElasticMapReduce\Model\SetTerminationProtectionResponse.cs" />
19601995
<Compile Include="Amazon.ElasticMapReduce\Model\StepConfig.cs" />
19611996
<Compile Include="Amazon.ElasticMapReduce\Model\StepDetail.cs" />
19621997
<Compile Include="Amazon.ElasticMapReduce\Model\StepExecutionStatusDetail.cs" />
19631998
<Compile Include="Amazon.ElasticMapReduce\Model\StreamingStep.cs" />
19641999
<Compile Include="Amazon.ElasticMapReduce\Model\TerminateJobFlowsRequest.cs" />
19652000
<Compile Include="Amazon.ElasticMapReduce\Model\TerminateJobFlowsResponse.cs" />
19662001
<Compile Include="Amazon.ElasticMapReduce\Model\StepFactory.cs" />
1967-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\AddInstanceGroupsRequestMarshaller.cs" />
1968-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\AddInstanceGroupsResponseUnmarshaller.cs" />
1969-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\AddInstanceGroupsResultUnmarshaller.cs" />
1970-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\AddJobFlowStepsRequestMarshaller.cs" />
1971-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\AddJobFlowStepsResponseUnmarshaller.cs" />
1972-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\BootstrapActionConfigUnmarshaller.cs" />
1973-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\BootstrapActionDetailUnmarshaller.cs" />
1974-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\DescribeJobFlowsRequestMarshaller.cs" />
1975-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\DescribeJobFlowsResponseUnmarshaller.cs" />
1976-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\DescribeJobFlowsResultUnmarshaller.cs" />
1977-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\HadoopJarStepConfigUnmarshaller.cs" />
1978-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\InstanceGroupDetailUnmarshaller.cs" />
1979-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\JobFlowDetailUnmarshaller.cs" />
1980-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\JobFlowExecutionStatusDetailUnmarshaller.cs" />
1981-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\JobFlowInstancesDetailUnmarshaller.cs" />
1982-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\KeyValueUnmarshaller.cs" />
1983-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\ModifyInstanceGroupsRequestMarshaller.cs" />
1984-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\ModifyInstanceGroupsResponseUnmarshaller.cs" />
1985-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\PlacementTypeUnmarshaller.cs" />
1986-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\RunJobFlowRequestMarshaller.cs" />
1987-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\RunJobFlowResponseUnmarshaller.cs" />
1988-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\RunJobFlowResultUnmarshaller.cs" />
1989-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\ScriptBootstrapActionConfigUnmarshaller.cs" />
1990-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\StepConfigUnmarshaller.cs" />
1991-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\StepDetailUnmarshaller.cs" />
1992-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\StepExecutionStatusDetailUnmarshaller.cs" />
1993-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\TerminateJobFlowsRequestMarshaller.cs" />
1994-
<Compile Include="Amazon.ElasticMapReduce\Model\Transform\TerminateJobFlowsResponseUnmarshaller.cs" />
19952002
<Compile Include="Amazon.IdentityManagement\AmazonIdentityManagementService.cs" />
19962003
<Compile Include="Amazon.IdentityManagement\AmazonIdentityManagementServiceClient.cs" />
19972004
<Compile Include="Amazon.IdentityManagement\AmazonIdentityManagementServiceConfig.cs" />

0 commit comments

Comments
 (0)