aws-sdk-core 2.11.351 → 2.11.352

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d47800e3089e60ed835914c21756939c23b2e4cc
4
- data.tar.gz: d4953373e77477a0934fb81beb73a85a827950f0
3
+ metadata.gz: 7810178f2dd2a865ffec8bc9c838668a3a2c9ede
4
+ data.tar.gz: 2e8ff252336b67f1257e20c1d2b4d53bc557e2fe
5
5
  SHA512:
6
- metadata.gz: a056c7a9d496e609430f0965c6997276cd6c76307e0213baf8fe30deeddb322f17e8677ba7c3814cc16f3c84b7db7a6d8afcea18cce2abb845d0d0deabf954fc
7
- data.tar.gz: 51e2be3162a0875071ce6a0e3ae945b8bdf5c0d9b121f1883a0c9554217ee9c5c1f258e321b8667b9040160eca99453cf56e9b58a1ad10d1fa280aca61ffd1a5
6
+ metadata.gz: 4a58dfa0208ce66b86e7cd82c84e644bbcb0d8755a7d9b52300ee1855fbe843ca73080fab4d9974542dbf27590390bb32eb8aff79b4175b9fc930a842ae71894
7
+ data.tar.gz: dfdac2e25cc70fff2aef1003535664bec09d2323750224a200dfb1f0adae182e1a1b3c4fa9db587cbae6a7cf83d87ef790c7bfc8f38d4aa13725485cc9d7ddbe
@@ -1459,7 +1459,7 @@
1459
1459
  "type":"structure",
1460
1460
  "required":["OrganizationConfigRuleName"],
1461
1461
  "members":{
1462
- "OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"}
1462
+ "OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"}
1463
1463
  }
1464
1464
  },
1465
1465
  "DeletePendingAggregationRequestRequest":{
@@ -2128,7 +2128,7 @@
2128
2128
  "type":"structure",
2129
2129
  "required":["OrganizationConfigRuleName"],
2130
2130
  "members":{
2131
- "OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
2131
+ "OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
2132
2132
  "Filters":{"shape":"StatusDetailFilters"},
2133
2133
  "Limit":{"shape":"CosmosPageLimit"},
2134
2134
  "NextToken":{"shape":"String"}
@@ -2533,7 +2533,7 @@
2533
2533
  "OrganizationConfigRuleArn"
2534
2534
  ],
2535
2535
  "members":{
2536
- "OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
2536
+ "OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
2537
2537
  "OrganizationConfigRuleArn":{"shape":"StringWithCharLimit256"},
2538
2538
  "OrganizationManagedRuleMetadata":{"shape":"OrganizationManagedRuleMetadata"},
2539
2539
  "OrganizationCustomRuleMetadata":{"shape":"OrganizationCustomRuleMetadata"},
@@ -2545,6 +2545,12 @@
2545
2545
  "type":"list",
2546
2546
  "member":{"shape":"MemberAccountStatus"}
2547
2547
  },
2548
+ "OrganizationConfigRuleName":{
2549
+ "type":"string",
2550
+ "max":64,
2551
+ "min":1,
2552
+ "pattern":".*\\S.*"
2553
+ },
2548
2554
  "OrganizationConfigRuleNames":{
2549
2555
  "type":"list",
2550
2556
  "member":{"shape":"StringWithCharLimit64"},
@@ -2558,7 +2564,7 @@
2558
2564
  "OrganizationRuleStatus"
2559
2565
  ],
2560
2566
  "members":{
2561
- "OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
2567
+ "OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
2562
2568
  "OrganizationRuleStatus":{"shape":"OrganizationRuleStatus"},
2563
2569
  "ErrorCode":{"shape":"String"},
2564
2570
  "ErrorMessage":{"shape":"String"},
@@ -2736,7 +2742,7 @@
2736
2742
  "type":"structure",
2737
2743
  "required":["OrganizationConfigRuleName"],
2738
2744
  "members":{
2739
- "OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
2745
+ "OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
2740
2746
  "OrganizationManagedRuleMetadata":{"shape":"OrganizationManagedRuleMetadata"},
2741
2747
  "OrganizationCustomRuleMetadata":{"shape":"OrganizationCustomRuleMetadata"},
2742
2748
  "ExcludedAccounts":{"shape":"ExcludedAccounts"}
@@ -6003,7 +6003,8 @@
6003
6003
  "ResourceType":{"shape":"FlowLogsResourceType"},
6004
6004
  "TrafficType":{"shape":"TrafficType"},
6005
6005
  "LogDestinationType":{"shape":"LogDestinationType"},
6006
- "LogDestination":{"shape":"String"}
6006
+ "LogDestination":{"shape":"String"},
6007
+ "LogFormat":{"shape":"String"}
6007
6008
  }
6008
6009
  },
6009
6010
  "CreateFlowLogsResult":{
@@ -12819,6 +12820,10 @@
12819
12820
  "LogDestination":{
12820
12821
  "shape":"String",
12821
12822
  "locationName":"logDestination"
12823
+ },
12824
+ "LogFormat":{
12825
+ "shape":"String",
12826
+ "locationName":"logFormat"
12822
12827
  }
12823
12828
  }
12824
12829
  },
@@ -1232,7 +1232,8 @@
1232
1232
  "zixi-push",
1233
1233
  "rtp-fec",
1234
1234
  "rtp",
1235
- "zixi-pull"
1235
+ "zixi-pull",
1236
+ "rist"
1236
1237
  ]
1237
1238
  },
1238
1239
  "RemoveFlowOutputRequest": {
@@ -2505,6 +2505,7 @@
2505
2505
  "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
2506
2506
  "Iops":{"shape":"IntegerOptional"},
2507
2507
  "OptionGroupName":{"shape":"String"},
2508
+ "DBParameterGroupName":{"shape":"String"},
2508
2509
  "PubliclyAccessible":{"shape":"BooleanOptional"},
2509
2510
  "Tags":{"shape":"TagList"},
2510
2511
  "DBSubnetGroupName":{"shape":"String"},
@@ -984,14 +984,14 @@
984
984
  "MapIterationEventDetails":{
985
985
  "type":"structure",
986
986
  "members":{
987
- "Name":{"shape":"Name"},
988
- "Index":{"shape":"UnsignedInteger"}
987
+ "name":{"shape":"Name"},
988
+ "index":{"shape":"UnsignedInteger"}
989
989
  }
990
990
  },
991
991
  "MapStateStartedEventDetails":{
992
992
  "type":"structure",
993
993
  "members":{
994
- "Length":{"shape":"UnsignedInteger"}
994
+ "length":{"shape":"UnsignedInteger"}
995
995
  }
996
996
  },
997
997
  "MissingRequiredParameter":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.351'
2
+ VERSION = '2.11.352'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.351
4
+ version: 2.11.352
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-10 00:00:00.000000000 Z
11
+ date: 2019-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath