Skip to content

Commit 34ad226

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 32b730b commit 34ad226

File tree

12 files changed

+83
-50
lines changed

12 files changed

+83
-50
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::ConfigService - Updated the API, and documentation for AWS Config.
5+
6+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::SES - Updated the documentation for Amazon Simple Email Service.
9+
10+
* Feature - Aws::MediaConnect - Updated the API, and documentation for AWS MediaConnect.
11+
12+
* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.
13+
14+
* Feature - Aws::States - Updated the API, and documentation for AWS Step Functions.
15+
416
2.11.351 (2019-09-10)
517
------------------
618

aws-sdk-core/apis/config/2014-11-12/api-2.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@
14591459
"type":"structure",
14601460
"required":["OrganizationConfigRuleName"],
14611461
"members":{
1462-
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"}
1462+
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"}
14631463
}
14641464
},
14651465
"DeletePendingAggregationRequestRequest":{
@@ -2128,7 +2128,7 @@
21282128
"type":"structure",
21292129
"required":["OrganizationConfigRuleName"],
21302130
"members":{
2131-
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
2131+
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
21322132
"Filters":{"shape":"StatusDetailFilters"},
21332133
"Limit":{"shape":"CosmosPageLimit"},
21342134
"NextToken":{"shape":"String"}
@@ -2533,7 +2533,7 @@
25332533
"OrganizationConfigRuleArn"
25342534
],
25352535
"members":{
2536-
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
2536+
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
25372537
"OrganizationConfigRuleArn":{"shape":"StringWithCharLimit256"},
25382538
"OrganizationManagedRuleMetadata":{"shape":"OrganizationManagedRuleMetadata"},
25392539
"OrganizationCustomRuleMetadata":{"shape":"OrganizationCustomRuleMetadata"},
@@ -2545,6 +2545,12 @@
25452545
"type":"list",
25462546
"member":{"shape":"MemberAccountStatus"}
25472547
},
2548+
"OrganizationConfigRuleName":{
2549+
"type":"string",
2550+
"max":64,
2551+
"min":1,
2552+
"pattern":".*\\S.*"
2553+
},
25482554
"OrganizationConfigRuleNames":{
25492555
"type":"list",
25502556
"member":{"shape":"StringWithCharLimit64"},
@@ -2558,7 +2564,7 @@
25582564
"OrganizationRuleStatus"
25592565
],
25602566
"members":{
2561-
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
2567+
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
25622568
"OrganizationRuleStatus":{"shape":"OrganizationRuleStatus"},
25632569
"ErrorCode":{"shape":"String"},
25642570
"ErrorMessage":{"shape":"String"},
@@ -2736,7 +2742,7 @@
27362742
"type":"structure",
27372743
"required":["OrganizationConfigRuleName"],
27382744
"members":{
2739-
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
2745+
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
27402746
"OrganizationManagedRuleMetadata":{"shape":"OrganizationManagedRuleMetadata"},
27412747
"OrganizationCustomRuleMetadata":{"shape":"OrganizationCustomRuleMetadata"},
27422748
"ExcludedAccounts":{"shape":"ExcludedAccounts"}

aws-sdk-core/apis/config/2014-11-12/docs-2.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,16 @@
16091609
"GetOrganizationConfigRuleDetailedStatusResponse$OrganizationConfigRuleDetailedStatus": "<p>A list of <code>MemberAccountStatus</code> objects.</p>"
16101610
}
16111611
},
1612+
"OrganizationConfigRuleName": {
1613+
"base": null,
1614+
"refs": {
1615+
"DeleteOrganizationConfigRuleRequest$OrganizationConfigRuleName": "<p>The name of organization config rule that you want to delete.</p>",
1616+
"GetOrganizationConfigRuleDetailedStatusRequest$OrganizationConfigRuleName": "<p>The name of organization config rule for which you want status details for member accounts.</p>",
1617+
"OrganizationConfigRule$OrganizationConfigRuleName": "<p>The name that you assign to organization config rule.</p>",
1618+
"OrganizationConfigRuleStatus$OrganizationConfigRuleName": "<p>The name that you assign to organization config rule.</p>",
1619+
"PutOrganizationConfigRuleRequest$OrganizationConfigRuleName": "<p>The name that you assign to an organization config rule.</p>"
1620+
}
1621+
},
16121622
"OrganizationConfigRuleNames": {
16131623
"base": null,
16141624
"refs": {
@@ -2403,15 +2413,10 @@
24032413
"ConfigRuleEvaluationStatus$ConfigRuleName": "<p>The name of the AWS Config rule.</p>",
24042414
"DeleteConfigRuleRequest$ConfigRuleName": "<p>The name of the AWS Config rule that you want to delete.</p>",
24052415
"DeleteEvaluationResultsRequest$ConfigRuleName": "<p>The name of the AWS Config rule for which you want to delete the evaluation results.</p>",
2406-
"DeleteOrganizationConfigRuleRequest$OrganizationConfigRuleName": "<p>The name of organization config rule that you want to delete.</p>",
24072416
"EvaluationResultQualifier$ConfigRuleName": "<p>The name of the AWS Config rule that was used in the evaluation.</p>",
24082417
"GetComplianceDetailsByConfigRuleRequest$ConfigRuleName": "<p>The name of the AWS Config rule for which you want compliance information.</p>",
2409-
"GetOrganizationConfigRuleDetailedStatusRequest$OrganizationConfigRuleName": "<p>The name of organization config rule for which you want status details for member accounts.</p>",
24102418
"MemberAccountStatus$ConfigRuleName": "<p>The name of config rule deployed in the member account.</p>",
2411-
"OrganizationConfigRule$OrganizationConfigRuleName": "<p>The name that you assign to organization config rule.</p>",
24122419
"OrganizationConfigRuleNames$member": null,
2413-
"OrganizationConfigRuleStatus$OrganizationConfigRuleName": "<p>The name that you assign to organization config rule.</p>",
2414-
"PutOrganizationConfigRuleRequest$OrganizationConfigRuleName": "<p>The name that you assign to an organization config rule.</p>",
24152420
"ReevaluateConfigRuleNames$member": null
24162421
}
24172422
},

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6003,7 +6003,8 @@
60036003
"ResourceType":{"shape":"FlowLogsResourceType"},
60046004
"TrafficType":{"shape":"TrafficType"},
60056005
"LogDestinationType":{"shape":"LogDestinationType"},
6006-
"LogDestination":{"shape":"String"}
6006+
"LogDestination":{"shape":"String"},
6007+
"LogFormat":{"shape":"String"}
60076008
}
60086009
},
60096010
"CreateFlowLogsResult":{
@@ -12819,6 +12820,10 @@
1281912820
"LogDestination":{
1282012821
"shape":"String",
1282112822
"locationName":"logDestination"
12823+
},
12824+
"LogFormat":{
12825+
"shape":"String",
12826+
"locationName":"logFormat"
1282212827
}
1282312828
}
1282412829
},

0 commit comments

Comments
 (0)