aws-sdk-core 2.11.617 → 2.11.622

Sign up to get free protection for your applications and to get access to all the features.
@@ -919,7 +919,8 @@
919
919
  "SybaseSettings":{"shape":"SybaseSettings"},
920
920
  "MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
921
921
  "IBMDb2Settings":{"shape":"IBMDb2Settings"},
922
- "ResourceIdentifier":{"shape":"String"}
922
+ "ResourceIdentifier":{"shape":"String"},
923
+ "DocDbSettings":{"shape":"DocDbSettings"}
923
924
  }
924
925
  },
925
926
  "CreateEndpointResponse":{
@@ -1508,6 +1509,20 @@
1508
1509
  "BucketName":{"shape":"String"}
1509
1510
  }
1510
1511
  },
1512
+ "DocDbSettings":{
1513
+ "type":"structure",
1514
+ "members":{
1515
+ "Username":{"shape":"String"},
1516
+ "Password":{"shape":"SecretString"},
1517
+ "ServerName":{"shape":"String"},
1518
+ "Port":{"shape":"IntegerOptional"},
1519
+ "DatabaseName":{"shape":"String"},
1520
+ "NestingLevel":{"shape":"NestingLevelValue"},
1521
+ "ExtractDocId":{"shape":"BooleanOptional"},
1522
+ "DocsToInvestigate":{"shape":"IntegerOptional"},
1523
+ "KmsKeyId":{"shape":"String"}
1524
+ }
1525
+ },
1511
1526
  "DynamoDbSettings":{
1512
1527
  "type":"structure",
1513
1528
  "required":["ServiceAccessRoleArn"],
@@ -1577,7 +1592,8 @@
1577
1592
  "OracleSettings":{"shape":"OracleSettings"},
1578
1593
  "SybaseSettings":{"shape":"SybaseSettings"},
1579
1594
  "MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
1580
- "IBMDb2Settings":{"shape":"IBMDb2Settings"}
1595
+ "IBMDb2Settings":{"shape":"IBMDb2Settings"},
1596
+ "DocDbSettings":{"shape":"DocDbSettings"}
1581
1597
  }
1582
1598
  },
1583
1599
  "EndpointList":{
@@ -1880,7 +1896,8 @@
1880
1896
  "OracleSettings":{"shape":"OracleSettings"},
1881
1897
  "SybaseSettings":{"shape":"SybaseSettings"},
1882
1898
  "MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
1883
- "IBMDb2Settings":{"shape":"IBMDb2Settings"}
1899
+ "IBMDb2Settings":{"shape":"IBMDb2Settings"},
1900
+ "DocDbSettings":{"shape":"DocDbSettings"}
1884
1901
  }
1885
1902
  },
1886
1903
  "ModifyEndpointResponse":{
@@ -2415,7 +2415,8 @@
2415
2415
  "UPDATING",
2416
2416
  "DELETING",
2417
2417
  "ACTIVE",
2418
- "REGION_DISABLED"
2418
+ "REGION_DISABLED",
2419
+ "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2419
2420
  ]
2420
2421
  },
2421
2422
  "ReplicaStatusDescription":{"type":"string"},
@@ -4065,7 +4065,7 @@
4065
4065
  "members":{
4066
4066
  "Domain":{"shape":"DomainType"},
4067
4067
  "Address":{"shape":"PublicIpAddress"},
4068
- "PublicIpv4Pool":{"shape":"String"},
4068
+ "PublicIpv4Pool":{"shape":"Ipv4PoolEc2Id"},
4069
4069
  "NetworkBorderGroup":{"shape":"String"},
4070
4070
  "CustomerOwnedIpv4Pool":{"shape":"String"},
4071
4071
  "DryRun":{
@@ -4766,7 +4766,8 @@
4766
4766
  "NetworkInterfaceId":{
4767
4767
  "shape":"NetworkInterfaceId",
4768
4768
  "locationName":"networkInterfaceId"
4769
- }
4769
+ },
4770
+ "NetworkCardIndex":{"shape":"Integer"}
4770
4771
  }
4771
4772
  },
4772
4773
  "AttachNetworkInterfaceResult":{
@@ -4775,6 +4776,10 @@
4775
4776
  "AttachmentId":{
4776
4777
  "shape":"String",
4777
4778
  "locationName":"attachmentId"
4779
+ },
4780
+ "NetworkCardIndex":{
4781
+ "shape":"Integer",
4782
+ "locationName":"networkCardIndex"
4778
4783
  }
4779
4784
  }
4780
4785
  },
@@ -5970,6 +5975,30 @@
5970
5975
  "active"
5971
5976
  ]
5972
5977
  },
5978
+ "ClientConnectOptions":{
5979
+ "type":"structure",
5980
+ "members":{
5981
+ "Enabled":{"shape":"Boolean"},
5982
+ "LambdaFunctionArn":{"shape":"String"}
5983
+ }
5984
+ },
5985
+ "ClientConnectResponseOptions":{
5986
+ "type":"structure",
5987
+ "members":{
5988
+ "Enabled":{
5989
+ "shape":"Boolean",
5990
+ "locationName":"enabled"
5991
+ },
5992
+ "LambdaFunctionArn":{
5993
+ "shape":"String",
5994
+ "locationName":"lambdaFunctionArn"
5995
+ },
5996
+ "Status":{
5997
+ "shape":"ClientVpnEndpointAttributeStatus",
5998
+ "locationName":"status"
5999
+ }
6000
+ }
6001
+ },
5973
6002
  "ClientData":{
5974
6003
  "type":"structure",
5975
6004
  "members":{
@@ -6105,6 +6134,10 @@
6105
6134
  "ConnectionEndTime":{
6106
6135
  "shape":"String",
6107
6136
  "locationName":"connectionEndTime"
6137
+ },
6138
+ "PostureComplianceStatuses":{
6139
+ "shape":"ValueStringList",
6140
+ "locationName":"postureComplianceStatusSet"
6108
6141
  }
6109
6142
  }
6110
6143
  },
@@ -6221,9 +6254,33 @@
6221
6254
  "SelfServicePortalUrl":{
6222
6255
  "shape":"String",
6223
6256
  "locationName":"selfServicePortalUrl"
6257
+ },
6258
+ "ClientConnectOptions":{
6259
+ "shape":"ClientConnectResponseOptions",
6260
+ "locationName":"clientConnectOptions"
6224
6261
  }
6225
6262
  }
6226
6263
  },
6264
+ "ClientVpnEndpointAttributeStatus":{
6265
+ "type":"structure",
6266
+ "members":{
6267
+ "Code":{
6268
+ "shape":"ClientVpnEndpointAttributeStatusCode",
6269
+ "locationName":"code"
6270
+ },
6271
+ "Message":{
6272
+ "shape":"String",
6273
+ "locationName":"message"
6274
+ }
6275
+ }
6276
+ },
6277
+ "ClientVpnEndpointAttributeStatusCode":{
6278
+ "type":"string",
6279
+ "enum":[
6280
+ "applying",
6281
+ "applied"
6282
+ ]
6283
+ },
6227
6284
  "ClientVpnEndpointId":{"type":"string"},
6228
6285
  "ClientVpnEndpointIdList":{
6229
6286
  "type":"list",
@@ -6787,7 +6844,8 @@
6787
6844
  "locationName":"SecurityGroupId"
6788
6845
  },
6789
6846
  "VpcId":{"shape":"VpcId"},
6790
- "SelfServicePortal":{"shape":"SelfServicePortal"}
6847
+ "SelfServicePortal":{"shape":"SelfServicePortal"},
6848
+ "ClientConnectOptions":{"shape":"ClientConnectOptions"}
6791
6849
  }
6792
6850
  },
6793
6851
  "CreateClientVpnEndpointResult":{
@@ -7174,7 +7232,11 @@
7174
7232
  },
7175
7233
  "CreateInstanceExportTaskRequest":{
7176
7234
  "type":"structure",
7177
- "required":["InstanceId"],
7235
+ "required":[
7236
+ "ExportToS3Task",
7237
+ "InstanceId",
7238
+ "TargetEnvironment"
7239
+ ],
7178
7240
  "members":{
7179
7241
  "Description":{
7180
7242
  "shape":"String",
@@ -8581,6 +8643,7 @@
8581
8643
  "DateTime":{"type":"timestamp"},
8582
8644
  "DedicatedHostFlag":{"type":"boolean"},
8583
8645
  "DedicatedHostId":{"type":"string"},
8646
+ "DefaultNetworkCardIndex":{"type":"integer"},
8584
8647
  "DefaultRouteTableAssociationValue":{
8585
8648
  "type":"string",
8586
8649
  "enum":[
@@ -15426,6 +15489,10 @@
15426
15489
  "prioritized"
15427
15490
  ]
15428
15491
  },
15492
+ "FleetReplacementStrategy":{
15493
+ "type":"string",
15494
+ "enum":["launch"]
15495
+ },
15429
15496
  "FleetSet":{
15430
15497
  "type":"list",
15431
15498
  "member":{
@@ -15433,6 +15500,36 @@
15433
15500
  "locationName":"item"
15434
15501
  }
15435
15502
  },
15503
+ "FleetSpotCapacityRebalance":{
15504
+ "type":"structure",
15505
+ "members":{
15506
+ "ReplacementStrategy":{
15507
+ "shape":"FleetReplacementStrategy",
15508
+ "locationName":"replacementStrategy"
15509
+ }
15510
+ }
15511
+ },
15512
+ "FleetSpotCapacityRebalanceRequest":{
15513
+ "type":"structure",
15514
+ "members":{
15515
+ "ReplacementStrategy":{"shape":"FleetReplacementStrategy"}
15516
+ }
15517
+ },
15518
+ "FleetSpotMaintenanceStrategies":{
15519
+ "type":"structure",
15520
+ "members":{
15521
+ "CapacityRebalance":{
15522
+ "shape":"FleetSpotCapacityRebalance",
15523
+ "locationName":"capacityRebalance"
15524
+ }
15525
+ }
15526
+ },
15527
+ "FleetSpotMaintenanceStrategiesRequest":{
15528
+ "type":"structure",
15529
+ "members":{
15530
+ "CapacityRebalance":{"shape":"FleetSpotCapacityRebalanceRequest"}
15531
+ }
15532
+ },
15436
15533
  "FleetStateCode":{
15437
15534
  "type":"string",
15438
15535
  "enum":[
@@ -18379,6 +18476,10 @@
18379
18476
  "Status":{
18380
18477
  "shape":"AttachmentStatus",
18381
18478
  "locationName":"status"
18479
+ },
18480
+ "NetworkCardIndex":{
18481
+ "shape":"Integer",
18482
+ "locationName":"networkCardIndex"
18382
18483
  }
18383
18484
  }
18384
18485
  },
@@ -18443,7 +18544,8 @@
18443
18544
  "locationName":"subnetId"
18444
18545
  },
18445
18546
  "AssociateCarrierIpAddress":{"shape":"Boolean"},
18446
- "InterfaceType":{"shape":"String"}
18547
+ "InterfaceType":{"shape":"String"},
18548
+ "NetworkCardIndex":{"shape":"Integer"}
18447
18549
  }
18448
18550
  },
18449
18551
  "InstanceNetworkInterfaceSpecificationList":{
@@ -18922,6 +19024,7 @@
18922
19024
  "p3.8xlarge",
18923
19025
  "p3.16xlarge",
18924
19026
  "p3dn.24xlarge",
19027
+ "p4d.24xlarge",
18925
19028
  "d2.xlarge",
18926
19029
  "d2.2xlarge",
18927
19030
  "d2.4xlarge",
@@ -20059,6 +20162,10 @@
20059
20162
  "SubnetId":{
20060
20163
  "shape":"SubnetId",
20061
20164
  "locationName":"subnetId"
20165
+ },
20166
+ "NetworkCardIndex":{
20167
+ "shape":"Integer",
20168
+ "locationName":"networkCardIndex"
20062
20169
  }
20063
20170
  }
20064
20171
  },
@@ -20088,7 +20195,8 @@
20088
20195
  "PrivateIpAddress":{"shape":"String"},
20089
20196
  "PrivateIpAddresses":{"shape":"PrivateIpAddressSpecificationList"},
20090
20197
  "SecondaryPrivateIpAddressCount":{"shape":"Integer"},
20091
- "SubnetId":{"shape":"SubnetId"}
20198
+ "SubnetId":{"shape":"SubnetId"},
20199
+ "NetworkCardIndex":{"shape":"Integer"}
20092
20200
  }
20093
20201
  },
20094
20202
  "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList":{
@@ -20902,6 +21010,7 @@
20902
21010
  "MaxResults":{"type":"integer"},
20903
21011
  "MaximumBandwidthInMbps":{"type":"integer"},
20904
21012
  "MaximumIops":{"type":"integer"},
21013
+ "MaximumNetworkCards":{"type":"integer"},
20905
21014
  "MaximumThroughputInMBps":{"type":"double"},
20906
21015
  "MembershipType":{
20907
21016
  "type":"string",
@@ -20986,7 +21095,8 @@
20986
21095
  "locationName":"SecurityGroupId"
20987
21096
  },
20988
21097
  "VpcId":{"shape":"VpcId"},
20989
- "SelfServicePortal":{"shape":"SelfServicePortal"}
21098
+ "SelfServicePortal":{"shape":"SelfServicePortal"},
21099
+ "ClientConnectOptions":{"shape":"ClientConnectOptions"}
20990
21100
  }
20991
21101
  },
20992
21102
  "ModifyClientVpnEndpointResult":{
@@ -21038,10 +21148,7 @@
21038
21148
  },
21039
21149
  "ModifyFleetRequest":{
21040
21150
  "type":"structure",
21041
- "required":[
21042
- "FleetId",
21043
- "TargetCapacitySpecification"
21044
- ],
21151
+ "required":["FleetId"],
21045
21152
  "members":{
21046
21153
  "DryRun":{"shape":"Boolean"},
21047
21154
  "ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
@@ -22370,6 +22477,31 @@
22370
22477
  "locationName":"item"
22371
22478
  }
22372
22479
  },
22480
+ "NetworkCardIndex":{"type":"integer"},
22481
+ "NetworkCardInfo":{
22482
+ "type":"structure",
22483
+ "members":{
22484
+ "NetworkCardIndex":{
22485
+ "shape":"NetworkCardIndex",
22486
+ "locationName":"networkCardIndex"
22487
+ },
22488
+ "NetworkPerformance":{
22489
+ "shape":"NetworkPerformance",
22490
+ "locationName":"networkPerformance"
22491
+ },
22492
+ "MaximumNetworkInterfaces":{
22493
+ "shape":"MaxNetworkInterfaces",
22494
+ "locationName":"maximumNetworkInterfaces"
22495
+ }
22496
+ }
22497
+ },
22498
+ "NetworkCardInfoList":{
22499
+ "type":"list",
22500
+ "member":{
22501
+ "shape":"NetworkCardInfo",
22502
+ "locationName":"item"
22503
+ }
22504
+ },
22373
22505
  "NetworkInfo":{
22374
22506
  "type":"structure",
22375
22507
  "members":{
@@ -22381,6 +22513,18 @@
22381
22513
  "shape":"MaxNetworkInterfaces",
22382
22514
  "locationName":"maximumNetworkInterfaces"
22383
22515
  },
22516
+ "MaximumNetworkCards":{
22517
+ "shape":"MaximumNetworkCards",
22518
+ "locationName":"maximumNetworkCards"
22519
+ },
22520
+ "DefaultNetworkCardIndex":{
22521
+ "shape":"DefaultNetworkCardIndex",
22522
+ "locationName":"defaultNetworkCardIndex"
22523
+ },
22524
+ "NetworkCards":{
22525
+ "shape":"NetworkCardInfoList",
22526
+ "locationName":"networkCards"
22527
+ },
22384
22528
  "Ipv4AddressesPerInterface":{
22385
22529
  "shape":"MaxIpv4AddrPerInterface",
22386
22530
  "locationName":"ipv4AddressesPerInterface"
@@ -22544,6 +22688,10 @@
22544
22688
  "shape":"Integer",
22545
22689
  "locationName":"deviceIndex"
22546
22690
  },
22691
+ "NetworkCardIndex":{
22692
+ "shape":"Integer",
22693
+ "locationName":"networkCardIndex"
22694
+ },
22547
22695
  "InstanceId":{
22548
22696
  "shape":"String",
22549
22697
  "locationName":"instanceId"
@@ -24461,6 +24609,10 @@
24461
24609
  }
24462
24610
  }
24463
24611
  },
24612
+ "ReplacementStrategy":{
24613
+ "type":"string",
24614
+ "enum":["launch"]
24615
+ },
24464
24616
  "ReportInstanceReasonCodes":{
24465
24617
  "type":"string",
24466
24618
  "enum":[
@@ -27023,6 +27175,15 @@
27023
27175
  "capacity-optimized"
27024
27176
  ]
27025
27177
  },
27178
+ "SpotCapacityRebalance":{
27179
+ "type":"structure",
27180
+ "members":{
27181
+ "ReplacementStrategy":{
27182
+ "shape":"ReplacementStrategy",
27183
+ "locationName":"replacementStrategy"
27184
+ }
27185
+ }
27186
+ },
27026
27187
  "SpotDatafeedSubscription":{
27027
27188
  "type":"structure",
27028
27189
  "members":{
@@ -27178,6 +27339,10 @@
27178
27339
  "shape":"OnDemandAllocationStrategy",
27179
27340
  "locationName":"onDemandAllocationStrategy"
27180
27341
  },
27342
+ "SpotMaintenanceStrategies":{
27343
+ "shape":"SpotMaintenanceStrategies",
27344
+ "locationName":"spotMaintenanceStrategies"
27345
+ },
27181
27346
  "ClientToken":{
27182
27347
  "shape":"String",
27183
27348
  "locationName":"clientToken"
@@ -27450,6 +27615,15 @@
27450
27615
  "persistent"
27451
27616
  ]
27452
27617
  },
27618
+ "SpotMaintenanceStrategies":{
27619
+ "type":"structure",
27620
+ "members":{
27621
+ "CapacityRebalance":{
27622
+ "shape":"SpotCapacityRebalance",
27623
+ "locationName":"capacityRebalance"
27624
+ }
27625
+ }
27626
+ },
27453
27627
  "SpotMarketOptions":{
27454
27628
  "type":"structure",
27455
27629
  "members":{
@@ -27467,6 +27641,10 @@
27467
27641
  "shape":"SpotAllocationStrategy",
27468
27642
  "locationName":"allocationStrategy"
27469
27643
  },
27644
+ "MaintenanceStrategies":{
27645
+ "shape":"FleetSpotMaintenanceStrategies",
27646
+ "locationName":"maintenanceStrategies"
27647
+ },
27470
27648
  "InstanceInterruptionBehavior":{
27471
27649
  "shape":"SpotInstanceInterruptionBehavior",
27472
27650
  "locationName":"instanceInterruptionBehavior"
@@ -27497,6 +27675,7 @@
27497
27675
  "type":"structure",
27498
27676
  "members":{
27499
27677
  "AllocationStrategy":{"shape":"SpotAllocationStrategy"},
27678
+ "MaintenanceStrategies":{"shape":"FleetSpotMaintenanceStrategiesRequest"},
27500
27679
  "InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"},
27501
27680
  "InstancePoolsToUseCount":{"shape":"Integer"},
27502
27681
  "SingleInstanceType":{"shape":"Boolean"},
@@ -650,7 +650,8 @@
650
650
  "type":"structure",
651
651
  "members":{
652
652
  "Enabled":{"shape":"Boolean"},
653
- "InternalUserDatabaseEnabled":{"shape":"Boolean"}
653
+ "InternalUserDatabaseEnabled":{"shape":"Boolean"},
654
+ "SAMLOptions":{"shape":"SAMLOptionsOutput"}
654
655
  }
655
656
  },
656
657
  "AdvancedSecurityOptionsInput":{
@@ -658,7 +659,8 @@
658
659
  "members":{
659
660
  "Enabled":{"shape":"Boolean"},
660
661
  "InternalUserDatabaseEnabled":{"shape":"Boolean"},
661
- "MasterUserOptions":{"shape":"MasterUserOptions"}
662
+ "MasterUserOptions":{"shape":"MasterUserOptions"},
663
+ "SAMLOptions":{"shape":"SAMLOptionsInput"}
662
664
  }
663
665
  },
664
666
  "AdvancedSecurityOptionsStatus":{
@@ -697,6 +699,11 @@
697
699
  "DomainPackageDetails":{"shape":"DomainPackageDetails"}
698
700
  }
699
701
  },
702
+ "BackendRole":{
703
+ "type":"string",
704
+ "max":256,
705
+ "min":1
706
+ },
700
707
  "BaseException":{
701
708
  "type":"structure",
702
709
  "members":{
@@ -1154,7 +1161,10 @@
1154
1161
  "type":"structure",
1155
1162
  "members":{
1156
1163
  "EnforceHTTPS":{"shape":"Boolean"},
1157
- "TLSSecurityPolicy":{"shape":"TLSSecurityPolicy"}
1164
+ "TLSSecurityPolicy":{"shape":"TLSSecurityPolicy"},
1165
+ "CustomEndpointEnabled":{"shape":"Boolean"},
1166
+ "CustomEndpoint":{"shape":"DomainNameFqdn"},
1167
+ "CustomEndpointCertificateArn":{"shape":"ARN"}
1158
1168
  }
1159
1169
  },
1160
1170
  "DomainEndpointOptionsStatus":{
@@ -1198,6 +1208,12 @@
1198
1208
  "min":3,
1199
1209
  "pattern":"[a-z][a-z0-9\\-]+"
1200
1210
  },
1211
+ "DomainNameFqdn":{
1212
+ "type":"string",
1213
+ "max":255,
1214
+ "min":1,
1215
+ "pattern":"^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
1216
+ },
1201
1217
  "DomainNameList":{
1202
1218
  "type":"list",
1203
1219
  "member":{"shape":"DomainName"}
@@ -2101,6 +2117,49 @@
2101
2117
  "min":3
2102
2118
  },
2103
2119
  "S3Key":{"type":"string"},
2120
+ "SAMLEntityId":{
2121
+ "type":"string",
2122
+ "max":512,
2123
+ "min":8
2124
+ },
2125
+ "SAMLIdp":{
2126
+ "type":"structure",
2127
+ "required":[
2128
+ "MetadataContent",
2129
+ "EntityId"
2130
+ ],
2131
+ "members":{
2132
+ "MetadataContent":{"shape":"SAMLMetadata"},
2133
+ "EntityId":{"shape":"SAMLEntityId"}
2134
+ }
2135
+ },
2136
+ "SAMLMetadata":{
2137
+ "type":"string",
2138
+ "max":1048576,
2139
+ "min":1
2140
+ },
2141
+ "SAMLOptionsInput":{
2142
+ "type":"structure",
2143
+ "members":{
2144
+ "Enabled":{"shape":"Boolean"},
2145
+ "Idp":{"shape":"SAMLIdp"},
2146
+ "MasterUserName":{"shape":"Username"},
2147
+ "MasterBackendRole":{"shape":"BackendRole"},
2148
+ "SubjectKey":{"shape":"String"},
2149
+ "RolesKey":{"shape":"String"},
2150
+ "SessionTimeoutMinutes":{"shape":"IntegerClass"}
2151
+ }
2152
+ },
2153
+ "SAMLOptionsOutput":{
2154
+ "type":"structure",
2155
+ "members":{
2156
+ "Enabled":{"shape":"Boolean"},
2157
+ "Idp":{"shape":"SAMLIdp"},
2158
+ "SubjectKey":{"shape":"String"},
2159
+ "RolesKey":{"shape":"String"},
2160
+ "SessionTimeoutMinutes":{"shape":"IntegerClass"}
2161
+ }
2162
+ },
2104
2163
  "ServiceSoftwareOptions":{
2105
2164
  "type":"structure",
2106
2165
  "members":{