aws-sdk-core 2.11.536 → 2.11.537

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
  SHA256:
3
- metadata.gz: 49f13c96a44fbf5414e73e81b8c95ae96933653f713fe3066c26226556d5f282
4
- data.tar.gz: 0aca5c00d27f2105c627c6abc079683c4667de431d7f92d81ffd6e2fa9fc26a0
3
+ metadata.gz: 8b69021b224a8b4ac9f8a36626988ff540c4e4db97876691e8ecddabdefd99f6
4
+ data.tar.gz: b2a55ca87c49de653ea06d5ba9bfdfe93d81a0ba2aca29fb1468a94df2409afd
5
5
  SHA512:
6
- metadata.gz: b5ad366f8bf3d718a491154c37842b43e4b4af19169ea8afef017412e267b7bb3dd7085db43e7706be043f852f3f7f7c401190bafb9df01b71f0ccde20d2ed4c
7
- data.tar.gz: 14250a8ec0a214afb06e68ec4fd45015c6981bd1b13f0624db3129a025981778a835341bf209339859dcffb6eca38aa7d39d5ac860439b6257cfa363ad7d4bf0
6
+ metadata.gz: 153aa8c7ad923b53165695652078950217cf77ff41bf96f0ad57ad7e15775ee8803f5a79fe6c19a0a1f53dc0304872efd0effb16037811a1e97485c32b5cd154
7
+ data.tar.gz: db8670537ba26d261e22a6c8c21a0824c3a88eecb642f349c4abd3b7e5200d4728fb1b46f724dd20a3ab8a6ae2a65d5d044bdb7840674d91003ccd3baa0a5509
@@ -1841,6 +1841,7 @@
1841
1841
  "StackSetName":{"shape":"StackSetName"},
1842
1842
  "NextToken":{"shape":"NextToken"},
1843
1843
  "MaxResults":{"shape":"MaxResults"},
1844
+ "Filters":{"shape":"StackInstanceFilters"},
1844
1845
  "StackInstanceAccount":{"shape":"Account"},
1845
1846
  "StackInstanceRegion":{"shape":"Region"}
1846
1847
  }
@@ -2679,12 +2680,51 @@
2679
2680
  "StackId":{"shape":"StackId"},
2680
2681
  "ParameterOverrides":{"shape":"Parameters"},
2681
2682
  "Status":{"shape":"StackInstanceStatus"},
2683
+ "StackInstanceStatus":{"shape":"StackInstanceComprehensiveStatus"},
2682
2684
  "StatusReason":{"shape":"Reason"},
2683
2685
  "OrganizationalUnitId":{"shape":"OrganizationalUnitId"},
2684
2686
  "DriftStatus":{"shape":"StackDriftStatus"},
2685
2687
  "LastDriftCheckTimestamp":{"shape":"Timestamp"}
2686
2688
  }
2687
2689
  },
2690
+ "StackInstanceComprehensiveStatus":{
2691
+ "type":"structure",
2692
+ "members":{
2693
+ "DetailedStatus":{"shape":"StackInstanceDetailedStatus"}
2694
+ }
2695
+ },
2696
+ "StackInstanceDetailedStatus":{
2697
+ "type":"string",
2698
+ "enum":[
2699
+ "PENDING",
2700
+ "RUNNING",
2701
+ "SUCCEEDED",
2702
+ "FAILED",
2703
+ "CANCELLED",
2704
+ "INOPERABLE"
2705
+ ]
2706
+ },
2707
+ "StackInstanceFilter":{
2708
+ "type":"structure",
2709
+ "members":{
2710
+ "Name":{"shape":"StackInstanceFilterName"},
2711
+ "Values":{"shape":"StackInstanceFilterValues"}
2712
+ }
2713
+ },
2714
+ "StackInstanceFilterName":{
2715
+ "type":"string",
2716
+ "enum":["DETAILED_STATUS"]
2717
+ },
2718
+ "StackInstanceFilterValues":{
2719
+ "type":"string",
2720
+ "max":10,
2721
+ "min":6
2722
+ },
2723
+ "StackInstanceFilters":{
2724
+ "type":"list",
2725
+ "member":{"shape":"StackInstanceFilter"},
2726
+ "max":1
2727
+ },
2688
2728
  "StackInstanceNotFoundException":{
2689
2729
  "type":"structure",
2690
2730
  "members":{
@@ -2717,6 +2757,7 @@
2717
2757
  "StackId":{"shape":"StackId"},
2718
2758
  "Status":{"shape":"StackInstanceStatus"},
2719
2759
  "StatusReason":{"shape":"Reason"},
2760
+ "StackInstanceStatus":{"shape":"StackInstanceComprehensiveStatus"},
2720
2761
  "OrganizationalUnitId":{"shape":"OrganizationalUnitId"},
2721
2762
  "DriftStatus":{"shape":"StackDriftStatus"},
2722
2763
  "LastDriftCheckTimestamp":{"shape":"Timestamp"}
@@ -1260,7 +1260,8 @@
1260
1260
  {"shape":"InternalErrorException"},
1261
1261
  {"shape":"InvalidSmsRoleAccessPolicyException"},
1262
1262
  {"shape":"InvalidSmsRoleTrustRelationshipException"}
1263
- ]
1263
+ ],
1264
+ "authtype":"none"
1264
1265
  },
1265
1266
  "ListDevices":{
1266
1267
  "name":"ListDevices",
@@ -1480,7 +1481,8 @@
1480
1481
  {"shape":"AliasExistsException"},
1481
1482
  {"shape":"InternalErrorException"},
1482
1483
  {"shape":"SoftwareTokenMFANotFoundException"}
1483
- ]
1484
+ ],
1485
+ "authtype":"none"
1484
1486
  },
1485
1487
  "SetRiskConfiguration":{
1486
1488
  "name":"SetRiskConfiguration",
@@ -1444,6 +1444,10 @@
1444
1444
  "error":{"httpStatusCode":409},
1445
1445
  "exception":true
1446
1446
  },
1447
+ "CopySourceArn":{
1448
+ "type":"string",
1449
+ "pattern":"^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+"
1450
+ },
1447
1451
  "CreateColumnsOperation":{
1448
1452
  "type":"structure",
1449
1453
  "required":["Columns"],
@@ -1809,7 +1813,8 @@
1809
1813
  ],
1810
1814
  "members":{
1811
1815
  "Username":{"shape":"Username"},
1812
- "Password":{"shape":"Password"}
1816
+ "Password":{"shape":"Password"},
1817
+ "AlternateDataSourceParameters":{"shape":"DataSourceParametersList"}
1813
1818
  }
1814
1819
  },
1815
1820
  "CustomSql":{
@@ -2075,6 +2080,7 @@
2075
2080
  "CreatedTime":{"shape":"Timestamp"},
2076
2081
  "LastUpdatedTime":{"shape":"Timestamp"},
2077
2082
  "DataSourceParameters":{"shape":"DataSourceParameters"},
2083
+ "AlternateDataSourceParameters":{"shape":"DataSourceParametersList"},
2078
2084
  "VpcConnectionProperties":{"shape":"VpcConnectionProperties"},
2079
2085
  "SslProperties":{"shape":"SslProperties"},
2080
2086
  "ErrorInfo":{"shape":"DataSourceErrorInfo"}
@@ -2083,7 +2089,8 @@
2083
2089
  "DataSourceCredentials":{
2084
2090
  "type":"structure",
2085
2091
  "members":{
2086
- "CredentialPair":{"shape":"CredentialPair"}
2092
+ "CredentialPair":{"shape":"CredentialPair"},
2093
+ "CopySourceArn":{"shape":"CopySourceArn"}
2087
2094
  },
2088
2095
  "sensitive":true
2089
2096
  },
@@ -2097,6 +2104,8 @@
2097
2104
  "DataSourceErrorInfoType":{
2098
2105
  "type":"string",
2099
2106
  "enum":[
2107
+ "ACCESS_DENIED",
2108
+ "COPY_SOURCE_NOT_FOUND",
2100
2109
  "TIMEOUT",
2101
2110
  "ENGINE_VERSION_NOT_SUPPORTED",
2102
2111
  "UNKNOWN_HOST",
@@ -2133,6 +2142,12 @@
2133
2142
  "TwitterParameters":{"shape":"TwitterParameters"}
2134
2143
  }
2135
2144
  },
2145
+ "DataSourceParametersList":{
2146
+ "type":"list",
2147
+ "member":{"shape":"DataSourceParameters"},
2148
+ "max":50,
2149
+ "min":1
2150
+ },
2136
2151
  "DataSourceType":{
2137
2152
  "type":"string",
2138
2153
  "enum":[
@@ -2994,6 +2994,7 @@
2994
2994
  "TransformJobName":{"shape":"TransformJobName"},
2995
2995
  "ModelName":{"shape":"ModelName"},
2996
2996
  "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
2997
+ "ModelClientConfig":{"shape":"ModelClientConfig"},
2997
2998
  "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
2998
2999
  "BatchStrategy":{"shape":"BatchStrategy"},
2999
3000
  "Environment":{"shape":"TransformEnvironmentMap"},
@@ -4071,6 +4072,7 @@
4071
4072
  "FailureReason":{"shape":"FailureReason"},
4072
4073
  "ModelName":{"shape":"ModelName"},
4073
4074
  "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
4075
+ "ModelClientConfig":{"shape":"ModelClientConfig"},
4074
4076
  "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
4075
4077
  "BatchStrategy":{"shape":"BatchStrategy"},
4076
4078
  "Environment":{"shape":"TransformEnvironmentMap"},
@@ -5231,6 +5233,16 @@
5231
5233
  "max":20,
5232
5234
  "min":0
5233
5235
  },
5236
+ "InvocationsMaxRetries":{
5237
+ "type":"integer",
5238
+ "max":3,
5239
+ "min":0
5240
+ },
5241
+ "InvocationsTimeoutInSeconds":{
5242
+ "type":"integer",
5243
+ "max":3600,
5244
+ "min":1
5245
+ },
5234
5246
  "JobReferenceCode":{
5235
5247
  "type":"string",
5236
5248
  "min":1,
@@ -6282,6 +6294,13 @@
6282
6294
  "S3ModelArtifacts":{"shape":"S3Uri"}
6283
6295
  }
6284
6296
  },
6297
+ "ModelClientConfig":{
6298
+ "type":"structure",
6299
+ "members":{
6300
+ "InvocationsTimeoutInSeconds":{"shape":"InvocationsTimeoutInSeconds"},
6301
+ "InvocationsMaxRetries":{"shape":"InvocationsMaxRetries"}
6302
+ }
6303
+ },
6285
6304
  "ModelName":{
6286
6305
  "type":"string",
6287
6306
  "max":63,
@@ -2804,6 +2804,11 @@
2804
2804
  "us-east-1" : { }
2805
2805
  }
2806
2806
  },
2807
+ "honeycode" : {
2808
+ "endpoints" : {
2809
+ "us-west-2" : { }
2810
+ }
2811
+ },
2807
2812
  "iam" : {
2808
2813
  "endpoints" : {
2809
2814
  "aws-global" : {
@@ -6793,6 +6798,12 @@
6793
6798
  "us-gov-west-1" : { }
6794
6799
  }
6795
6800
  },
6801
+ "backup" : {
6802
+ "endpoints" : {
6803
+ "us-gov-east-1" : { },
6804
+ "us-gov-west-1" : { }
6805
+ }
6806
+ },
6796
6807
  "batch" : {
6797
6808
  "endpoints" : {
6798
6809
  "fips-us-gov-east-1" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.536'
2
+ VERSION = '2.11.537'
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.536
4
+ version: 2.11.537
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: 2020-06-25 00:00:00.000000000 Z
11
+ date: 2020-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath