aws-sdk-core 2.11.611 → 2.11.616

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: 8f72cb7d770864c1980a6da90c340fd04f142057fa4e03d62d637ac4fdc82618
4
- data.tar.gz: a67838e215ddaa956bf1a8aa9b5630c506c57d2d10a3066739def94b88ba981e
3
+ metadata.gz: 87af0f537f0b4920acd5bec93c1b12a727284687744fe05c395fe1570a12d8f5
4
+ data.tar.gz: 03a2227ec382f1aac12c1eaba898c6b43c6c073531f348a7e17442fb3cfc8aa7
5
5
  SHA512:
6
- metadata.gz: 4157e3d3fde784c66b252d04e1f191bb74e0c87af4a0037c34dce0ddf36aab0c89b2ec43e8eadaed9a401a49cce04baa7eb4fa492993ff5571a06d243a2d806b
7
- data.tar.gz: fcd598ddb27079b06bb11eb59b96a993ec036908d399b0603b13a8ed5dff19174836f26c418b5158694107e41d4733d39b1ad98c3d2df44d86c56d44a3465b78
6
+ metadata.gz: 452f8d984547431e7f637119119bdb3db6ca09e49a54c75f9dd3ea9db2805f0397506b6b891e1cdc55e219d0dc62aa1e6977925be055bd5313708a833b52f329
7
+ data.tar.gz: b22518515596c8cce5dc16755ee30f381a3e90d5aff9249ac883e23b67b0fada7c31a19fed9b96d1cd590585ee517e4199346b82cb60f5e88c96cdcc3a6f77a2
@@ -385,6 +385,13 @@
385
385
  "max":512,
386
386
  "pattern":".*"
387
387
  },
388
+ "ClientCredentialsArn":{
389
+ "type":"string",
390
+ "max":2048,
391
+ "min":20,
392
+ "pattern":"arn:aws:secretsmanager:.*:[0-9]+:.*",
393
+ "sensitive":true
394
+ },
388
395
  "ClientId":{
389
396
  "type":"string",
390
397
  "max":512,
@@ -756,6 +763,11 @@
756
763
  }
757
764
  },
758
765
  "Date":{"type":"timestamp"},
766
+ "DatetimeTypeFieldName":{
767
+ "type":"string",
768
+ "max":256,
769
+ "pattern":".*"
770
+ },
759
771
  "DeleteConnectorProfileRequest":{
760
772
  "type":"structure",
761
773
  "required":["connectorProfileName"],
@@ -897,7 +909,9 @@
897
909
  "members":{
898
910
  "isCreatable":{"shape":"Boolean"},
899
911
  "isNullable":{"shape":"Boolean"},
900
- "isUpsertable":{"shape":"Boolean"}
912
+ "isUpsertable":{"shape":"Boolean"},
913
+ "isUpdatable":{"shape":"Boolean"},
914
+ "supportedWriteOperations":{"shape":"SupportedWriteOperationList"}
901
915
  }
902
916
  },
903
917
  "DestinationFlowConfig":{
@@ -1171,11 +1185,23 @@
1171
1185
  "max":128,
1172
1186
  "pattern":"\\S+"
1173
1187
  },
1188
+ "IdFieldNameList":{
1189
+ "type":"list",
1190
+ "member":{"shape":"Name"},
1191
+ "max":1,
1192
+ "min":0
1193
+ },
1174
1194
  "Identifier":{
1175
1195
  "type":"string",
1176
1196
  "max":128,
1177
1197
  "pattern":"\\S+"
1178
1198
  },
1199
+ "IncrementalPullConfig":{
1200
+ "type":"structure",
1201
+ "members":{
1202
+ "datetimeTypeFieldName":{"shape":"DatetimeTypeFieldName"}
1203
+ }
1204
+ },
1179
1205
  "InforNexusConnectorOperator":{
1180
1206
  "type":"string",
1181
1207
  "enum":[
@@ -1640,7 +1666,8 @@
1640
1666
  "members":{
1641
1667
  "accessToken":{"shape":"AccessToken"},
1642
1668
  "refreshToken":{"shape":"RefreshToken"},
1643
- "oAuthRequest":{"shape":"ConnectorOAuthRequest"}
1669
+ "oAuthRequest":{"shape":"ConnectorOAuthRequest"},
1670
+ "clientCredentialsArn":{"shape":"ClientCredentialsArn"}
1644
1671
  }
1645
1672
  },
1646
1673
  "SalesforceConnectorProfileProperties":{
@@ -1655,7 +1682,9 @@
1655
1682
  "required":["object"],
1656
1683
  "members":{
1657
1684
  "object":{"shape":"Object"},
1658
- "errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
1685
+ "idFieldNames":{"shape":"IdFieldNameList"},
1686
+ "errorHandlingConfig":{"shape":"ErrorHandlingConfig"},
1687
+ "writeOperationType":{"shape":"WriteOperationType"}
1659
1688
  }
1660
1689
  },
1661
1690
  "SalesforceMetadata":{
@@ -1960,7 +1989,8 @@
1960
1989
  "members":{
1961
1990
  "connectorType":{"shape":"ConnectorType"},
1962
1991
  "connectorProfileName":{"shape":"ConnectorProfileName"},
1963
- "sourceConnectorProperties":{"shape":"SourceConnectorProperties"}
1992
+ "sourceConnectorProperties":{"shape":"SourceConnectorProperties"},
1993
+ "incrementalPullConfig":{"shape":"IncrementalPullConfig"}
1964
1994
  }
1965
1995
  },
1966
1996
  "Stage":{
@@ -1979,7 +2009,8 @@
1979
2009
  "type":"structure",
1980
2010
  "members":{
1981
2011
  "flowArn":{"shape":"FlowArn"},
1982
- "flowStatus":{"shape":"FlowStatus"}
2012
+ "flowStatus":{"shape":"FlowStatus"},
2013
+ "executionId":{"shape":"ExecutionId"}
1983
2014
  }
1984
2015
  },
1985
2016
  "StopFlowRequest":{
@@ -2012,6 +2043,10 @@
2012
2043
  "type":"list",
2013
2044
  "member":{"shape":"Value"}
2014
2045
  },
2046
+ "SupportedWriteOperationList":{
2047
+ "type":"list",
2048
+ "member":{"shape":"WriteOperationType"}
2049
+ },
2015
2050
  "TagKey":{
2016
2051
  "type":"string",
2017
2052
  "max":128,
@@ -2093,7 +2128,8 @@
2093
2128
  },
2094
2129
  "Timezone":{
2095
2130
  "type":"string",
2096
- "max":256
2131
+ "max":256,
2132
+ "pattern":".*"
2097
2133
  },
2098
2134
  "TrendmicroConnectorOperator":{
2099
2135
  "type":"string",
@@ -2322,6 +2358,14 @@
2322
2358
  "max":512,
2323
2359
  "pattern":"[\\s\\w/!@#+=.-]*"
2324
2360
  },
2361
+ "WriteOperationType":{
2362
+ "type":"string",
2363
+ "enum":[
2364
+ "INSERT",
2365
+ "UPSERT",
2366
+ "UPDATE"
2367
+ ]
2368
+ },
2325
2369
  "ZendeskConnectorOperator":{
2326
2370
  "type":"string",
2327
2371
  "enum":[
@@ -137,6 +137,15 @@
137
137
  },
138
138
  "input":{"shape":"AssociateDhcpOptionsRequest"}
139
139
  },
140
+ "AssociateEnclaveCertificateIamRole":{
141
+ "name":"AssociateEnclaveCertificateIamRole",
142
+ "http":{
143
+ "method":"POST",
144
+ "requestUri":"/"
145
+ },
146
+ "input":{"shape":"AssociateEnclaveCertificateIamRoleRequest"},
147
+ "output":{"shape":"AssociateEnclaveCertificateIamRoleResult"}
148
+ },
140
149
  "AssociateIamInstanceProfile":{
141
150
  "name":"AssociateIamInstanceProfile",
142
151
  "http":{
@@ -2497,6 +2506,15 @@
2497
2506
  "input":{"shape":"DisassociateClientVpnTargetNetworkRequest"},
2498
2507
  "output":{"shape":"DisassociateClientVpnTargetNetworkResult"}
2499
2508
  },
2509
+ "DisassociateEnclaveCertificateIamRole":{
2510
+ "name":"DisassociateEnclaveCertificateIamRole",
2511
+ "http":{
2512
+ "method":"POST",
2513
+ "requestUri":"/"
2514
+ },
2515
+ "input":{"shape":"DisassociateEnclaveCertificateIamRoleRequest"},
2516
+ "output":{"shape":"DisassociateEnclaveCertificateIamRoleResult"}
2517
+ },
2500
2518
  "DisassociateIamInstanceProfile":{
2501
2519
  "name":"DisassociateIamInstanceProfile",
2502
2520
  "http":{
@@ -2647,6 +2665,15 @@
2647
2665
  "input":{"shape":"ExportTransitGatewayRoutesRequest"},
2648
2666
  "output":{"shape":"ExportTransitGatewayRoutesResult"}
2649
2667
  },
2668
+ "GetAssociatedEnclaveCertificateIamRoles":{
2669
+ "name":"GetAssociatedEnclaveCertificateIamRoles",
2670
+ "http":{
2671
+ "method":"POST",
2672
+ "requestUri":"/"
2673
+ },
2674
+ "input":{"shape":"GetAssociatedEnclaveCertificateIamRolesRequest"},
2675
+ "output":{"shape":"GetAssociatedEnclaveCertificateIamRolesResult"}
2676
+ },
2650
2677
  "GetAssociatedIpv6PoolCidrs":{
2651
2678
  "name":"GetAssociatedIpv6PoolCidrs",
2652
2679
  "http":{
@@ -4390,6 +4417,31 @@
4390
4417
  }
4391
4418
  }
4392
4419
  },
4420
+ "AssociateEnclaveCertificateIamRoleRequest":{
4421
+ "type":"structure",
4422
+ "members":{
4423
+ "CertificateArn":{"shape":"ResourceArn"},
4424
+ "RoleArn":{"shape":"ResourceArn"},
4425
+ "DryRun":{"shape":"Boolean"}
4426
+ }
4427
+ },
4428
+ "AssociateEnclaveCertificateIamRoleResult":{
4429
+ "type":"structure",
4430
+ "members":{
4431
+ "CertificateS3BucketName":{
4432
+ "shape":"String",
4433
+ "locationName":"certificateS3BucketName"
4434
+ },
4435
+ "CertificateS3ObjectKey":{
4436
+ "shape":"String",
4437
+ "locationName":"certificateS3ObjectKey"
4438
+ },
4439
+ "EncryptionKmsKeyId":{
4440
+ "shape":"String",
4441
+ "locationName":"encryptionKmsKeyId"
4442
+ }
4443
+ }
4444
+ },
4393
4445
  "AssociateIamInstanceProfileRequest":{
4394
4446
  "type":"structure",
4395
4447
  "required":[
@@ -4550,6 +4602,34 @@
4550
4602
  "type":"string",
4551
4603
  "enum":["vpc"]
4552
4604
  },
4605
+ "AssociatedRole":{
4606
+ "type":"structure",
4607
+ "members":{
4608
+ "AssociatedRoleArn":{
4609
+ "shape":"ResourceArn",
4610
+ "locationName":"associatedRoleArn"
4611
+ },
4612
+ "CertificateS3BucketName":{
4613
+ "shape":"String",
4614
+ "locationName":"certificateS3BucketName"
4615
+ },
4616
+ "CertificateS3ObjectKey":{
4617
+ "shape":"String",
4618
+ "locationName":"certificateS3ObjectKey"
4619
+ },
4620
+ "EncryptionKmsKeyId":{
4621
+ "shape":"String",
4622
+ "locationName":"encryptionKmsKeyId"
4623
+ }
4624
+ }
4625
+ },
4626
+ "AssociatedRolesList":{
4627
+ "type":"list",
4628
+ "member":{
4629
+ "shape":"AssociatedRole",
4630
+ "locationName":"item"
4631
+ }
4632
+ },
4553
4633
  "AssociatedTargetNetwork":{
4554
4634
  "type":"structure",
4555
4635
  "members":{
@@ -13720,6 +13800,23 @@
13720
13800
  }
13721
13801
  }
13722
13802
  },
13803
+ "DisassociateEnclaveCertificateIamRoleRequest":{
13804
+ "type":"structure",
13805
+ "members":{
13806
+ "CertificateArn":{"shape":"ResourceArn"},
13807
+ "RoleArn":{"shape":"ResourceArn"},
13808
+ "DryRun":{"shape":"Boolean"}
13809
+ }
13810
+ },
13811
+ "DisassociateEnclaveCertificateIamRoleResult":{
13812
+ "type":"structure",
13813
+ "members":{
13814
+ "Return":{
13815
+ "shape":"Boolean",
13816
+ "locationName":"return"
13817
+ }
13818
+ }
13819
+ },
13723
13820
  "DisassociateIamInstanceProfileRequest":{
13724
13821
  "type":"structure",
13725
13822
  "required":["AssociationId"],
@@ -14597,6 +14694,21 @@
14597
14694
  }
14598
14695
  }
14599
14696
  },
14697
+ "EnclaveOptions":{
14698
+ "type":"structure",
14699
+ "members":{
14700
+ "Enabled":{
14701
+ "shape":"Boolean",
14702
+ "locationName":"enabled"
14703
+ }
14704
+ }
14705
+ },
14706
+ "EnclaveOptionsRequest":{
14707
+ "type":"structure",
14708
+ "members":{
14709
+ "Enabled":{"shape":"Boolean"}
14710
+ }
14711
+ },
14600
14712
  "EndDateType":{
14601
14713
  "type":"string",
14602
14714
  "enum":[
@@ -15610,6 +15722,22 @@
15610
15722
  "type":"string",
15611
15723
  "enum":["ipsec.1"]
15612
15724
  },
15725
+ "GetAssociatedEnclaveCertificateIamRolesRequest":{
15726
+ "type":"structure",
15727
+ "members":{
15728
+ "CertificateArn":{"shape":"ResourceArn"},
15729
+ "DryRun":{"shape":"Boolean"}
15730
+ }
15731
+ },
15732
+ "GetAssociatedEnclaveCertificateIamRolesResult":{
15733
+ "type":"structure",
15734
+ "members":{
15735
+ "AssociatedRoles":{
15736
+ "shape":"AssociatedRolesList",
15737
+ "locationName":"associatedRoleSet"
15738
+ }
15739
+ }
15740
+ },
15613
15741
  "GetAssociatedIpv6PoolCidrsRequest":{
15614
15742
  "type":"structure",
15615
15743
  "required":["PoolId"],
@@ -17715,6 +17843,10 @@
17715
17843
  "MetadataOptions":{
17716
17844
  "shape":"InstanceMetadataOptionsResponse",
17717
17845
  "locationName":"metadataOptions"
17846
+ },
17847
+ "EnclaveOptions":{
17848
+ "shape":"EnclaveOptions",
17849
+ "locationName":"enclaveOptions"
17718
17850
  }
17719
17851
  }
17720
17852
  },
@@ -17737,6 +17869,10 @@
17737
17869
  "shape":"AttributeBooleanValue",
17738
17870
  "locationName":"enaSupport"
17739
17871
  },
17872
+ "EnclaveOptions":{
17873
+ "shape":"EnclaveOptions",
17874
+ "locationName":"enclaveOptions"
17875
+ },
17740
17876
  "EbsOptimized":{
17741
17877
  "shape":"AttributeBooleanValue",
17742
17878
  "locationName":"ebsOptimized"
@@ -17799,7 +17935,8 @@
17799
17935
  "groupSet",
17800
17936
  "ebsOptimized",
17801
17937
  "sriovNetSupport",
17802
- "enaSupport"
17938
+ "enaSupport",
17939
+ "enclaveOptions"
17803
17940
  ]
17804
17941
  },
17805
17942
  "InstanceBlockDeviceMapping":{
@@ -19707,6 +19844,21 @@
19707
19844
  "locationName":"item"
19708
19845
  }
19709
19846
  },
19847
+ "LaunchTemplateEnclaveOptions":{
19848
+ "type":"structure",
19849
+ "members":{
19850
+ "Enabled":{
19851
+ "shape":"Boolean",
19852
+ "locationName":"enabled"
19853
+ }
19854
+ }
19855
+ },
19856
+ "LaunchTemplateEnclaveOptionsRequest":{
19857
+ "type":"structure",
19858
+ "members":{
19859
+ "Enabled":{"shape":"Boolean"}
19860
+ }
19861
+ },
19710
19862
  "LaunchTemplateErrorCode":{
19711
19863
  "type":"string",
19712
19864
  "enum":[
@@ -24420,7 +24572,8 @@
24420
24572
  "locationName":"LicenseSpecification"
24421
24573
  },
24422
24574
  "HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"},
24423
- "MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"}
24575
+ "MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"},
24576
+ "EnclaveOptions":{"shape":"LaunchTemplateEnclaveOptionsRequest"}
24424
24577
  }
24425
24578
  },
24426
24579
  "RequestSpotFleetRequest":{
@@ -25352,6 +25505,10 @@
25352
25505
  "MetadataOptions":{
25353
25506
  "shape":"LaunchTemplateInstanceMetadataOptions",
25354
25507
  "locationName":"metadataOptions"
25508
+ },
25509
+ "EnclaveOptions":{
25510
+ "shape":"LaunchTemplateEnclaveOptions",
25511
+ "locationName":"enclaveOptions"
25355
25512
  }
25356
25513
  }
25357
25514
  },
@@ -25836,7 +25993,8 @@
25836
25993
  "shape":"LicenseSpecificationListRequest",
25837
25994
  "locationName":"LicenseSpecification"
25838
25995
  },
25839
- "MetadataOptions":{"shape":"InstanceMetadataOptionsRequest"}
25996
+ "MetadataOptions":{"shape":"InstanceMetadataOptionsRequest"},
25997
+ "EnclaveOptions":{"shape":"EnclaveOptionsRequest"}
25840
25998
  }
25841
25999
  },
25842
26000
  "RunScheduledInstancesRequest":{
@@ -3213,7 +3213,8 @@
3213
3213
  "NumberOfWorkers":{"shape":"NullableInteger"},
3214
3214
  "Timeout":{"shape":"Timeout"},
3215
3215
  "MaxRetries":{"shape":"NullableInteger"},
3216
- "Tags":{"shape":"TagsMap"}
3216
+ "Tags":{"shape":"TagsMap"},
3217
+ "TransformEncryption":{"shape":"TransformEncryption"}
3217
3218
  }
3218
3219
  },
3219
3220
  "CreateMLTransformResponse":{
@@ -4397,7 +4398,8 @@
4397
4398
  "WorkerType":{"shape":"WorkerType"},
4398
4399
  "NumberOfWorkers":{"shape":"NullableInteger"},
4399
4400
  "Timeout":{"shape":"Timeout"},
4400
- "MaxRetries":{"shape":"NullableInteger"}
4401
+ "MaxRetries":{"shape":"NullableInteger"},
4402
+ "TransformEncryption":{"shape":"TransformEncryption"}
4401
4403
  }
4402
4404
  },
4403
4405
  "GetMLTransformsRequest":{
@@ -5348,7 +5350,8 @@
5348
5350
  "WorkerType":{"shape":"WorkerType"},
5349
5351
  "NumberOfWorkers":{"shape":"NullableInteger"},
5350
5352
  "Timeout":{"shape":"Timeout"},
5351
- "MaxRetries":{"shape":"NullableInteger"}
5353
+ "MaxRetries":{"shape":"NullableInteger"},
5354
+ "TransformEncryption":{"shape":"TransformEncryption"}
5352
5355
  }
5353
5356
  },
5354
5357
  "MLTransformNotReadyException":{
@@ -5358,6 +5361,21 @@
5358
5361
  },
5359
5362
  "exception":true
5360
5363
  },
5364
+ "MLUserDataEncryption":{
5365
+ "type":"structure",
5366
+ "required":["MlUserDataEncryptionMode"],
5367
+ "members":{
5368
+ "MlUserDataEncryptionMode":{"shape":"MLUserDataEncryptionModeString"},
5369
+ "KmsKeyId":{"shape":"NameString"}
5370
+ }
5371
+ },
5372
+ "MLUserDataEncryptionModeString":{
5373
+ "type":"string",
5374
+ "enum":[
5375
+ "DISABLED",
5376
+ "SSE-KMS"
5377
+ ]
5378
+ },
5361
5379
  "MapValue":{
5362
5380
  "type":"map",
5363
5381
  "key":{"shape":"GenericString"},
@@ -6494,6 +6512,13 @@
6494
6512
  "max":10,
6495
6513
  "min":1
6496
6514
  },
6515
+ "TransformEncryption":{
6516
+ "type":"structure",
6517
+ "members":{
6518
+ "MlUserDataEncryption":{"shape":"MLUserDataEncryption"},
6519
+ "TaskRunSecurityConfigurationName":{"shape":"NameString"}
6520
+ }
6521
+ },
6497
6522
  "TransformFilterCriteria":{
6498
6523
  "type":"structure",
6499
6524
  "members":{