aws-sdk-core 2.11.371 → 2.11.372

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: 4e0a4731cdc767089a9a7ea3f6ae94c3558a1248
4
- data.tar.gz: 5c4f5d1d6b68556892240c6a24b8c49a527adf45
3
+ metadata.gz: dccbe40b6fd98533c9c1de99996323047d9ae1dd
4
+ data.tar.gz: 44ca168ef352c68189d1b3cbdd30bc0ac2c5440a
5
5
  SHA512:
6
- metadata.gz: a3caaf7b9a56b6a332b7f1c3a0dc75804405353605cae090fdf78fdc6e48719c30a0530ee759b42cc398f8c8dd6e8407fb085229820b44db57d699207dd11120
7
- data.tar.gz: 97b38674fda143106c32f348edac162cde7f920b62ff84907ee0cb457b116e292c9633898f9c61c8f48252a2fee8adde4719c32b6622286e05dc7392f039ab00
6
+ metadata.gz: 5470745cb6b4157cabcea52dc65dc0ebb9ceae003db3bb86b08dc4f14f36807fd6032dda5f0b27277ab18fcaf6be14ba5602fbe40eb534ccaaa3b0ccd28a8d5f
7
+ data.tar.gz: 314f900b41719b927e7149dee46c8008c7770249b2bb67b3e9b1233e265b9792b7ae30e4a32dc3f092b4c81e9220ef7e14f3403330bba4a0bf730371f8661aa2
@@ -15687,7 +15687,40 @@
15687
15687
  "a1.large",
15688
15688
  "a1.xlarge",
15689
15689
  "a1.2xlarge",
15690
- "a1.4xlarge"
15690
+ "a1.4xlarge",
15691
+ "a1.metal",
15692
+ "m5dn.large",
15693
+ "m5dn.xlarge",
15694
+ "m5dn.2xlarge",
15695
+ "m5dn.4xlarge",
15696
+ "m5dn.8xlarge",
15697
+ "m5dn.12xlarge",
15698
+ "m5dn.16xlarge",
15699
+ "m5dn.24xlarge",
15700
+ "m5n.large",
15701
+ "m5n.xlarge",
15702
+ "m5n.2xlarge",
15703
+ "m5n.4xlarge",
15704
+ "m5n.8xlarge",
15705
+ "m5n.12xlarge",
15706
+ "m5n.16xlarge",
15707
+ "m5n.24xlarge",
15708
+ "r5dn.large",
15709
+ "r5dn.xlarge",
15710
+ "r5dn.2xlarge",
15711
+ "r5dn.4xlarge",
15712
+ "r5dn.8xlarge",
15713
+ "r5dn.12xlarge",
15714
+ "r5dn.16xlarge",
15715
+ "r5dn.24xlarge",
15716
+ "r5n.large",
15717
+ "r5n.xlarge",
15718
+ "r5n.2xlarge",
15719
+ "r5n.4xlarge",
15720
+ "r5n.8xlarge",
15721
+ "r5n.12xlarge",
15722
+ "r5n.16xlarge",
15723
+ "r5n.24xlarge"
15691
15724
  ]
15692
15725
  },
15693
15726
  "InstanceTypeList":{
@@ -282,7 +282,8 @@
282
282
  "enum":[
283
283
  "AWSCONFIG",
284
284
  "AWSWAF",
285
- "AWSSHIELD_ADVANCED"
285
+ "AWSSHIELD_ADVANCED",
286
+ "AWSVPC"
286
287
  ]
287
288
  },
288
289
  "DetailedInfo":{
@@ -664,7 +665,10 @@
664
665
  "type":"string",
665
666
  "enum":[
666
667
  "WAF",
667
- "SHIELD_ADVANCED"
668
+ "SHIELD_ADVANCED",
669
+ "SECURITY_GROUPS_COMMON",
670
+ "SECURITY_GROUPS_CONTENT_AUDIT",
671
+ "SECURITY_GROUPS_USAGE_AUDIT"
668
672
  ]
669
673
  },
670
674
  "TagKey":{
@@ -685,7 +689,12 @@
685
689
  "WEB_ACL_MISSING_RULE_GROUP",
686
690
  "RESOURCE_MISSING_WEB_ACL",
687
691
  "RESOURCE_INCORRECT_WEB_ACL",
688
- "RESOURCE_MISSING_SHIELD_PROTECTION"
692
+ "RESOURCE_MISSING_SHIELD_PROTECTION",
693
+ "RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION",
694
+ "RESOURCE_MISSING_SECURITY_GROUP",
695
+ "RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP",
696
+ "SECURITY_GROUP_UNUSED",
697
+ "SECURITY_GROUP_REDUNDANT"
689
698
  ]
690
699
  }
691
700
  }
@@ -999,7 +999,8 @@
999
999
  "version":{"shape":"DatasetContentVersion"},
1000
1000
  "status":{"shape":"DatasetContentStatus"},
1001
1001
  "creationTime":{"shape":"Timestamp"},
1002
- "scheduleTime":{"shape":"Timestamp"}
1002
+ "scheduleTime":{"shape":"Timestamp"},
1003
+ "completionTime":{"shape":"Timestamp"}
1003
1004
  }
1004
1005
  },
1005
1006
  "DatasetContentVersion":{
@@ -32,7 +32,7 @@
32
32
  "name":"GetSession",
33
33
  "http":{
34
34
  "method":"GET",
35
- "requestUri":"/bot/{botName}/alias/{botAlias}/user/{userId}/session"
35
+ "requestUri":"/bot/{botName}/alias/{botAlias}/user/{userId}/session/"
36
36
  },
37
37
  "input":{"shape":"GetSessionRequest"},
38
38
  "output":{"shape":"GetSessionResponse"},
@@ -291,6 +291,11 @@
291
291
  "shape":"UserId",
292
292
  "location":"uri",
293
293
  "locationName":"userId"
294
+ },
295
+ "checkpointLabelFilter":{
296
+ "shape":"IntentSummaryCheckpointLabel",
297
+ "location":"querystring",
298
+ "locationName":"checkpointLabelFilter"
294
299
  }
295
300
  }
296
301
  },
@@ -310,6 +315,7 @@
310
315
  "required":["dialogActionType"],
311
316
  "members":{
312
317
  "intentName":{"shape":"IntentName"},
318
+ "checkpointLabel":{"shape":"IntentSummaryCheckpointLabel"},
313
319
  "slots":{"shape":"StringMap"},
314
320
  "confirmationStatus":{"shape":"ConfirmationStatus"},
315
321
  "dialogActionType":{"shape":"DialogActionType"},
@@ -317,6 +323,12 @@
317
323
  "slotToElicit":{"shape":"String"}
318
324
  }
319
325
  },
326
+ "IntentSummaryCheckpointLabel":{
327
+ "type":"string",
328
+ "max":255,
329
+ "min":1,
330
+ "pattern":"[a-zA-Z0-9-]+"
331
+ },
320
332
  "IntentSummaryList":{
321
333
  "type":"list",
322
334
  "member":{"shape":"IntentSummary"},
@@ -550,6 +562,7 @@
550
562
  },
551
563
  "sessionAttributes":{"shape":"StringMap"},
552
564
  "dialogAction":{"shape":"DialogAction"},
565
+ "recentIntentSummaryView":{"shape":"IntentSummaryList"},
553
566
  "accept":{
554
567
  "shape":"Accept",
555
568
  "location":"header",
@@ -1779,9 +1779,12 @@
1779
1779
  "iotevents" : {
1780
1780
  "endpoints" : {
1781
1781
  "ap-northeast-1" : { },
1782
+ "ap-northeast-2" : { },
1783
+ "ap-southeast-1" : { },
1782
1784
  "ap-southeast-2" : { },
1783
1785
  "eu-central-1" : { },
1784
1786
  "eu-west-1" : { },
1787
+ "eu-west-2" : { },
1785
1788
  "us-east-1" : { },
1786
1789
  "us-east-2" : { },
1787
1790
  "us-west-2" : { }
@@ -1795,6 +1798,18 @@
1795
1798
  },
1796
1799
  "hostname" : "data.iotevents.ap-northeast-1.amazonaws.com"
1797
1800
  },
1801
+ "ap-northeast-2" : {
1802
+ "credentialScope" : {
1803
+ "region" : "ap-northeast-2"
1804
+ },
1805
+ "hostname" : "data.iotevents.ap-northeast-2.amazonaws.com"
1806
+ },
1807
+ "ap-southeast-1" : {
1808
+ "credentialScope" : {
1809
+ "region" : "ap-southeast-1"
1810
+ },
1811
+ "hostname" : "data.iotevents.ap-southeast-1.amazonaws.com"
1812
+ },
1798
1813
  "ap-southeast-2" : {
1799
1814
  "credentialScope" : {
1800
1815
  "region" : "ap-southeast-2"
@@ -1813,6 +1828,12 @@
1813
1828
  },
1814
1829
  "hostname" : "data.iotevents.eu-west-1.amazonaws.com"
1815
1830
  },
1831
+ "eu-west-2" : {
1832
+ "credentialScope" : {
1833
+ "region" : "eu-west-2"
1834
+ },
1835
+ "hostname" : "data.iotevents.eu-west-2.amazonaws.com"
1836
+ },
1816
1837
  "us-east-1" : {
1817
1838
  "credentialScope" : {
1818
1839
  "region" : "us-east-1"
@@ -1850,18 +1871,22 @@
1850
1871
  },
1851
1872
  "kafka" : {
1852
1873
  "endpoints" : {
1874
+ "ap-east-1" : { },
1853
1875
  "ap-northeast-1" : { },
1854
1876
  "ap-northeast-2" : { },
1855
1877
  "ap-south-1" : { },
1856
1878
  "ap-southeast-1" : { },
1857
1879
  "ap-southeast-2" : { },
1880
+ "ca-central-1" : { },
1858
1881
  "eu-central-1" : { },
1859
1882
  "eu-north-1" : { },
1860
1883
  "eu-west-1" : { },
1861
1884
  "eu-west-2" : { },
1862
1885
  "eu-west-3" : { },
1886
+ "sa-east-1" : { },
1863
1887
  "us-east-1" : { },
1864
1888
  "us-east-2" : { },
1889
+ "us-west-1" : { },
1865
1890
  "us-west-2" : { }
1866
1891
  }
1867
1892
  },
@@ -2207,6 +2232,30 @@
2207
2232
  "eu-west-1" : { },
2208
2233
  "eu-west-2" : { },
2209
2234
  "eu-west-3" : { },
2235
+ "fips-us-east-1" : {
2236
+ "credentialScope" : {
2237
+ "region" : "us-east-1"
2238
+ },
2239
+ "hostname" : "mq-fips.us-east-1.amazonaws.com"
2240
+ },
2241
+ "fips-us-east-2" : {
2242
+ "credentialScope" : {
2243
+ "region" : "us-east-2"
2244
+ },
2245
+ "hostname" : "mq-fips.us-east-2.amazonaws.com"
2246
+ },
2247
+ "fips-us-west-1" : {
2248
+ "credentialScope" : {
2249
+ "region" : "us-west-1"
2250
+ },
2251
+ "hostname" : "mq-fips.us-west-1.amazonaws.com"
2252
+ },
2253
+ "fips-us-west-2" : {
2254
+ "credentialScope" : {
2255
+ "region" : "us-west-2"
2256
+ },
2257
+ "hostname" : "mq-fips.us-west-2.amazonaws.com"
2258
+ },
2210
2259
  "us-east-1" : { },
2211
2260
  "us-east-2" : { },
2212
2261
  "us-west-1" : { },
@@ -2857,6 +2906,7 @@
2857
2906
  },
2858
2907
  "secretsmanager" : {
2859
2908
  "endpoints" : {
2909
+ "ap-east-1" : { },
2860
2910
  "ap-northeast-1" : { },
2861
2911
  "ap-northeast-2" : { },
2862
2912
  "ap-south-1" : { },
@@ -3641,6 +3691,12 @@
3641
3691
  "cn-northwest-1" : { }
3642
3692
  }
3643
3693
  },
3694
+ "batch" : {
3695
+ "endpoints" : {
3696
+ "cn-north-1" : { },
3697
+ "cn-northwest-1" : { }
3698
+ }
3699
+ },
3644
3700
  "cloudformation" : {
3645
3701
  "endpoints" : {
3646
3702
  "cn-north-1" : { },
@@ -4091,6 +4147,23 @@
4091
4147
  "us-gov-west-1" : { }
4092
4148
  }
4093
4149
  },
4150
+ "appstream2" : {
4151
+ "defaults" : {
4152
+ "credentialScope" : {
4153
+ "service" : "appstream"
4154
+ },
4155
+ "protocols" : [ "https" ]
4156
+ },
4157
+ "endpoints" : {
4158
+ "fips" : {
4159
+ "credentialScope" : {
4160
+ "region" : "us-gov-west-1"
4161
+ },
4162
+ "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
4163
+ },
4164
+ "us-gov-west-1" : { }
4165
+ }
4166
+ },
4094
4167
  "athena" : {
4095
4168
  "endpoints" : {
4096
4169
  "us-gov-east-1" : { },
@@ -4588,6 +4661,13 @@
4588
4661
  },
4589
4662
  "secretsmanager" : {
4590
4663
  "endpoints" : {
4664
+ "us-gov-east-1" : { },
4665
+ "us-gov-east-1-fips" : {
4666
+ "credentialScope" : {
4667
+ "region" : "us-gov-east-1"
4668
+ },
4669
+ "hostname" : "secretsmanager-fips.us-gov-east-1.amazonaws.com"
4670
+ },
4591
4671
  "us-gov-west-1" : { },
4592
4672
  "us-gov-west-1-fips" : {
4593
4673
  "credentialScope" : {
@@ -4759,6 +4839,11 @@
4759
4839
  }
4760
4840
  }
4761
4841
  },
4842
+ "apigateway" : {
4843
+ "endpoints" : {
4844
+ "us-iso-east-1" : { }
4845
+ }
4846
+ },
4762
4847
  "application-autoscaling" : {
4763
4848
  "defaults" : {
4764
4849
  "credentialScope" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.371'
2
+ VERSION = '2.11.372'
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.371
4
+ version: 2.11.372
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-10-09 00:00:00.000000000 Z
11
+ date: 2019-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath