aws-sdk-core 2.11.603 → 2.11.608

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,23 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeBudgetActionHistories": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "ActionHistories"
8
+ },
9
+ "DescribeBudgetActionsForAccount": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "Actions"
14
+ },
15
+ "DescribeBudgetActionsForBudget": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "Actions"
20
+ },
3
21
  "DescribeBudgetPerformanceHistory": {
4
22
  "input_token": "NextToken",
5
23
  "limit_key": "MaxResults",
@@ -568,7 +568,8 @@
568
568
  "EffectiveEnd":{"shape":"ZonedDateTime"},
569
569
  "Name":{"shape":"CostCategoryName"},
570
570
  "RuleVersion":{"shape":"CostCategoryRuleVersion"},
571
- "Rules":{"shape":"CostCategoryRulesList"}
571
+ "Rules":{"shape":"CostCategoryRulesList"},
572
+ "ProcessingStatus":{"shape":"CostCategoryProcessingStatusList"}
572
573
  }
573
574
  },
574
575
  "CostCategoryMaxResults":{
@@ -582,6 +583,17 @@
582
583
  "min":1,
583
584
  "pattern":"^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )$"
584
585
  },
586
+ "CostCategoryProcessingStatus":{
587
+ "type":"structure",
588
+ "members":{
589
+ "Component":{"shape":"CostCategoryStatusComponent"},
590
+ "Status":{"shape":"CostCategoryStatus"}
591
+ }
592
+ },
593
+ "CostCategoryProcessingStatusList":{
594
+ "type":"list",
595
+ "member":{"shape":"CostCategoryProcessingStatus"}
596
+ },
585
597
  "CostCategoryReference":{
586
598
  "type":"structure",
587
599
  "members":{
@@ -589,7 +601,9 @@
589
601
  "Name":{"shape":"CostCategoryName"},
590
602
  "EffectiveStart":{"shape":"ZonedDateTime"},
591
603
  "EffectiveEnd":{"shape":"ZonedDateTime"},
592
- "NumberOfRules":{"shape":"NonNegativeInteger"}
604
+ "NumberOfRules":{"shape":"NonNegativeInteger"},
605
+ "ProcessingStatus":{"shape":"CostCategoryProcessingStatusList"},
606
+ "Values":{"shape":"CostCategoryValuesList"}
593
607
  }
594
608
  },
595
609
  "CostCategoryReferencesList":{
@@ -617,6 +631,17 @@
617
631
  "max":500,
618
632
  "min":1
619
633
  },
634
+ "CostCategoryStatus":{
635
+ "type":"string",
636
+ "enum":[
637
+ "PROCESSING",
638
+ "APPLIED"
639
+ ]
640
+ },
641
+ "CostCategoryStatusComponent":{
642
+ "type":"string",
643
+ "enum":["COST_EXPLORER"]
644
+ },
620
645
  "CostCategoryValue":{
621
646
  "type":"string",
622
647
  "max":255,
@@ -627,9 +652,14 @@
627
652
  "type":"structure",
628
653
  "members":{
629
654
  "Key":{"shape":"CostCategoryName"},
630
- "Values":{"shape":"Values"}
655
+ "Values":{"shape":"Values"},
656
+ "MatchOptions":{"shape":"MatchOptions"}
631
657
  }
632
658
  },
659
+ "CostCategoryValuesList":{
660
+ "type":"list",
661
+ "member":{"shape":"CostCategoryValue"}
662
+ },
633
663
  "Coverage":{
634
664
  "type":"structure",
635
665
  "members":{
@@ -2024,7 +2054,7 @@
2024
2054
  "type":"string",
2025
2055
  "max":302,
2026
2056
  "min":6,
2027
- "pattern":"(^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+$)"
2057
+ "pattern":"(^[a-zA-Z0-9.!#$%&'*+=?^_‘{|}~-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+$)"
2028
2058
  },
2029
2059
  "SubscriberStatus":{
2030
2060
  "type":"string",
@@ -4023,7 +4023,8 @@
4023
4023
  "S3OriginConfig":{"shape":"S3OriginConfig"},
4024
4024
  "CustomOriginConfig":{"shape":"CustomOriginConfig"},
4025
4025
  "ConnectionAttempts":{"shape":"integer"},
4026
- "ConnectionTimeout":{"shape":"integer"}
4026
+ "ConnectionTimeout":{"shape":"integer"},
4027
+ "OriginShield":{"shape":"OriginShield"}
4027
4028
  }
4028
4029
  },
4029
4030
  "OriginCustomHeader":{
@@ -4254,6 +4255,20 @@
4254
4255
  "custom"
4255
4256
  ]
4256
4257
  },
4258
+ "OriginShield":{
4259
+ "type":"structure",
4260
+ "required":["Enabled"],
4261
+ "members":{
4262
+ "Enabled":{"shape":"boolean"},
4263
+ "OriginShieldRegion":{"shape":"OriginShieldRegion"}
4264
+ }
4265
+ },
4266
+ "OriginShieldRegion":{
4267
+ "type":"string",
4268
+ "max":32,
4269
+ "min":1,
4270
+ "pattern":"[a-z]{2}-[a-z]+-\\d"
4271
+ },
4257
4272
  "OriginSslProtocols":{
4258
4273
  "type":"structure",
4259
4274
  "required":[
@@ -918,7 +918,8 @@
918
918
  "OracleSettings":{"shape":"OracleSettings"},
919
919
  "SybaseSettings":{"shape":"SybaseSettings"},
920
920
  "MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
921
- "IBMDb2Settings":{"shape":"IBMDb2Settings"}
921
+ "IBMDb2Settings":{"shape":"IBMDb2Settings"},
922
+ "ResourceIdentifier":{"shape":"String"}
922
923
  }
923
924
  },
924
925
  "CreateEndpointResponse":{
@@ -969,7 +970,8 @@
969
970
  "Tags":{"shape":"TagList"},
970
971
  "KmsKeyId":{"shape":"String"},
971
972
  "PubliclyAccessible":{"shape":"BooleanOptional"},
972
- "DnsNameServers":{"shape":"String"}
973
+ "DnsNameServers":{"shape":"String"},
974
+ "ResourceIdentifier":{"shape":"String"}
973
975
  }
974
976
  },
975
977
  "CreateReplicationInstanceResponse":{
@@ -1020,7 +1022,8 @@
1020
1022
  "CdcStartPosition":{"shape":"String"},
1021
1023
  "CdcStopPosition":{"shape":"String"},
1022
1024
  "Tags":{"shape":"TagList"},
1023
- "TaskData":{"shape":"String"}
1025
+ "TaskData":{"shape":"String"},
1026
+ "ResourceIdentifier":{"shape":"String"}
1024
1027
  }
1025
1028
  },
1026
1029
  "CreateReplicationTaskResponse":{
@@ -2138,11 +2141,14 @@
2138
2141
  "AfterConnectScript":{"shape":"String"},
2139
2142
  "BucketFolder":{"shape":"String"},
2140
2143
  "BucketName":{"shape":"String"},
2144
+ "CaseSensitiveNames":{"shape":"BooleanOptional"},
2145
+ "CompUpdate":{"shape":"BooleanOptional"},
2141
2146
  "ConnectionTimeout":{"shape":"IntegerOptional"},
2142
2147
  "DatabaseName":{"shape":"String"},
2143
2148
  "DateFormat":{"shape":"String"},
2144
2149
  "EmptyAsNull":{"shape":"BooleanOptional"},
2145
2150
  "EncryptionMode":{"shape":"EncryptionModeValue"},
2151
+ "ExplicitIds":{"shape":"BooleanOptional"},
2146
2152
  "FileTransferUploadStreams":{"shape":"IntegerOptional"},
2147
2153
  "LoadTimeout":{"shape":"IntegerOptional"},
2148
2154
  "MaxFileSize":{"shape":"IntegerOptional"},
@@ -3571,7 +3571,8 @@
3571
3571
  "method":"POST",
3572
3572
  "requestUri":"/"
3573
3573
  },
3574
- "input":{"shape":"RevokeSecurityGroupEgressRequest"}
3574
+ "input":{"shape":"RevokeSecurityGroupEgressRequest"},
3575
+ "output":{"shape":"RevokeSecurityGroupEgressResult"}
3575
3576
  },
3576
3577
  "RevokeSecurityGroupIngress":{
3577
3578
  "name":"RevokeSecurityGroupIngress",
@@ -3579,7 +3580,8 @@
3579
3580
  "method":"POST",
3580
3581
  "requestUri":"/"
3581
3582
  },
3582
- "input":{"shape":"RevokeSecurityGroupIngressRequest"}
3583
+ "input":{"shape":"RevokeSecurityGroupIngressRequest"},
3584
+ "output":{"shape":"RevokeSecurityGroupIngressResult"}
3583
3585
  },
3584
3586
  "RunInstances":{
3585
3587
  "name":"RunInstances",
@@ -25460,6 +25462,19 @@
25460
25462
  }
25461
25463
  }
25462
25464
  },
25465
+ "RevokeSecurityGroupEgressResult":{
25466
+ "type":"structure",
25467
+ "members":{
25468
+ "Return":{
25469
+ "shape":"Boolean",
25470
+ "locationName":"return"
25471
+ },
25472
+ "UnknownIpPermissions":{
25473
+ "shape":"IpPermissionList",
25474
+ "locationName":"unknownIpPermissionSet"
25475
+ }
25476
+ }
25477
+ },
25463
25478
  "RevokeSecurityGroupIngressRequest":{
25464
25479
  "type":"structure",
25465
25480
  "members":{
@@ -25478,6 +25493,19 @@
25478
25493
  }
25479
25494
  }
25480
25495
  },
25496
+ "RevokeSecurityGroupIngressResult":{
25497
+ "type":"structure",
25498
+ "members":{
25499
+ "Return":{
25500
+ "shape":"Boolean",
25501
+ "locationName":"return"
25502
+ },
25503
+ "UnknownIpPermissions":{
25504
+ "shape":"IpPermissionList",
25505
+ "locationName":"unknownIpPermissionSet"
25506
+ }
25507
+ }
25508
+ },
25481
25509
  "RootDeviceType":{
25482
25510
  "type":"string",
25483
25511
  "enum":[
@@ -724,7 +724,8 @@
724
724
  "Unknown",
725
725
  "NodeCreationFailure",
726
726
  "PodEvictionFailure",
727
- "InsufficientFreeAddresses"
727
+ "InsufficientFreeAddresses",
728
+ "ClusterUnreachable"
728
729
  ]
729
730
  },
730
731
  "ErrorDetail":{
@@ -1071,7 +1072,8 @@
1071
1072
  "InstanceLimitExceeded",
1072
1073
  "InsufficientFreeAddresses",
1073
1074
  "AccessDenied",
1074
- "InternalFailure"
1075
+ "InternalFailure",
1076
+ "ClusterUnreachable"
1075
1077
  ]
1076
1078
  },
1077
1079
  "NodegroupResources":{
@@ -582,6 +582,12 @@
582
582
  "Name":{"shape":"EventSourceName"}
583
583
  }
584
584
  },
585
+ "DeadLetterConfig":{
586
+ "type":"structure",
587
+ "members":{
588
+ "Arn":{"shape":"ResourceArn"}
589
+ }
590
+ },
585
591
  "DeleteEventBusRequest":{
586
592
  "type":"structure",
587
593
  "required":["Name"],
@@ -990,6 +996,16 @@
990
996
  },
991
997
  "exception":true
992
998
  },
999
+ "MaximumEventAgeInSeconds":{
1000
+ "type":"integer",
1001
+ "max":86400,
1002
+ "min":60
1003
+ },
1004
+ "MaximumRetryAttempts":{
1005
+ "type":"integer",
1006
+ "max":185,
1007
+ "min":0
1008
+ },
993
1009
  "MessageGroupId":{"type":"string"},
994
1010
  "NetworkConfiguration":{
995
1011
  "type":"structure",
@@ -1297,12 +1313,24 @@
1297
1313
  },
1298
1314
  "exception":true
1299
1315
  },
1316
+ "ResourceArn":{
1317
+ "type":"string",
1318
+ "max":1600,
1319
+ "min":1
1320
+ },
1300
1321
  "ResourceNotFoundException":{
1301
1322
  "type":"structure",
1302
1323
  "members":{
1303
1324
  },
1304
1325
  "exception":true
1305
1326
  },
1327
+ "RetryPolicy":{
1328
+ "type":"structure",
1329
+ "members":{
1330
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttempts"},
1331
+ "MaximumEventAgeInSeconds":{"shape":"MaximumEventAgeInSeconds"}
1332
+ }
1333
+ },
1306
1334
  "RoleArn":{
1307
1335
  "type":"string",
1308
1336
  "max":1600,
@@ -1488,7 +1516,9 @@
1488
1516
  "BatchParameters":{"shape":"BatchParameters"},
1489
1517
  "SqsParameters":{"shape":"SqsParameters"},
1490
1518
  "HttpParameters":{"shape":"HttpParameters"},
1491
- "RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
1519
+ "RedshiftDataParameters":{"shape":"RedshiftDataParameters"},
1520
+ "DeadLetterConfig":{"shape":"DeadLetterConfig"},
1521
+ "RetryPolicy":{"shape":"RetryPolicy"}
1492
1522
  }
1493
1523
  },
1494
1524
  "TargetArn":{
@@ -582,6 +582,12 @@
582
582
  "Name":{"shape":"EventSourceName"}
583
583
  }
584
584
  },
585
+ "DeadLetterConfig":{
586
+ "type":"structure",
587
+ "members":{
588
+ "Arn":{"shape":"ResourceArn"}
589
+ }
590
+ },
585
591
  "DeleteEventBusRequest":{
586
592
  "type":"structure",
587
593
  "required":["Name"],
@@ -990,6 +996,16 @@
990
996
  },
991
997
  "exception":true
992
998
  },
999
+ "MaximumEventAgeInSeconds":{
1000
+ "type":"integer",
1001
+ "max":86400,
1002
+ "min":60
1003
+ },
1004
+ "MaximumRetryAttempts":{
1005
+ "type":"integer",
1006
+ "max":185,
1007
+ "min":0
1008
+ },
993
1009
  "MessageGroupId":{"type":"string"},
994
1010
  "NetworkConfiguration":{
995
1011
  "type":"structure",
@@ -1297,12 +1313,24 @@
1297
1313
  },
1298
1314
  "exception":true
1299
1315
  },
1316
+ "ResourceArn":{
1317
+ "type":"string",
1318
+ "max":1600,
1319
+ "min":1
1320
+ },
1300
1321
  "ResourceNotFoundException":{
1301
1322
  "type":"structure",
1302
1323
  "members":{
1303
1324
  },
1304
1325
  "exception":true
1305
1326
  },
1327
+ "RetryPolicy":{
1328
+ "type":"structure",
1329
+ "members":{
1330
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttempts"},
1331
+ "MaximumEventAgeInSeconds":{"shape":"MaximumEventAgeInSeconds"}
1332
+ }
1333
+ },
1306
1334
  "RoleArn":{
1307
1335
  "type":"string",
1308
1336
  "max":1600,
@@ -1488,7 +1516,9 @@
1488
1516
  "BatchParameters":{"shape":"BatchParameters"},
1489
1517
  "SqsParameters":{"shape":"SqsParameters"},
1490
1518
  "HttpParameters":{"shape":"HttpParameters"},
1491
- "RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
1519
+ "RedshiftDataParameters":{"shape":"RedshiftDataParameters"},
1520
+ "DeadLetterConfig":{"shape":"DeadLetterConfig"},
1521
+ "RetryPolicy":{"shape":"RetryPolicy"}
1492
1522
  }
1493
1523
  },
1494
1524
  "TargetArn":{
@@ -549,6 +549,7 @@
549
549
  "enum":[
550
550
  "AVAILABLE",
551
551
  "AWS_CANCELLED",
552
+ "AWS_FAILED",
552
553
  "CANCELLED",
553
554
  "CANCELLING",
554
555
  "COMPLETED",
@@ -611,6 +612,7 @@
611
612
  "type":"structure",
612
613
  "members":{
613
614
  "destination":{"shape":"Destination"},
615
+ "errorMessage":{"shape":"String"},
614
616
  "source":{"shape":"Source"}
615
617
  }
616
618
  },
@@ -934,6 +934,7 @@
934
934
  {"shape":"ResourceNotFoundException"},
935
935
  {"shape":"DeleteConflictException"},
936
936
  {"shape":"ThrottlingException"},
937
+ {"shape":"ConflictingResourceUpdateException"},
937
938
  {"shape":"UnauthorizedException"}
938
939
  ]
939
940
  },
@@ -951,6 +952,7 @@
951
952
  {"shape":"ThrottlingException"},
952
953
  {"shape":"ResourceNotFoundException"},
953
954
  {"shape":"UnauthorizedException"},
955
+ {"shape":"ConflictingResourceUpdateException"},
954
956
  {"shape":"DeleteConflictException"}
955
957
  ]
956
958
  },
@@ -3473,7 +3475,7 @@
3473
3475
  "type":"string",
3474
3476
  "max":2048,
3475
3477
  "min":1,
3476
- "pattern":"arn:aws:acm:[a-z]{2}-(gov-)?[a-z]{4,9}-\\d{1}:\\d{12}:certificate/?[a-zA-Z0-9/-]+"
3478
+ "pattern":"arn:aws(-cn|-us-gov|-iso-b|-iso)?:acm:[a-z]{2}-(gov-|iso-|isob-)?[a-z]{4,9}-\\d{1}:\\d{12}:certificate/[a-zA-Z0-9/-]+"
3477
3479
  },
3478
3480
  "Action":{
3479
3481
  "type":"structure",
@@ -4070,7 +4072,10 @@
4070
4072
  "type":"list",
4071
4073
  "member":{"shape":"AuthResult"}
4072
4074
  },
4073
- "AuthorizerArn":{"type":"string"},
4075
+ "AuthorizerArn":{
4076
+ "type":"string",
4077
+ "max":2048
4078
+ },
4074
4079
  "AuthorizerConfig":{
4075
4080
  "type":"structure",
4076
4081
  "members":{
@@ -4095,7 +4100,10 @@
4095
4100
  "signingDisabled":{"shape":"BooleanKey"}
4096
4101
  }
4097
4102
  },
4098
- "AuthorizerFunctionArn":{"type":"string"},
4103
+ "AuthorizerFunctionArn":{
4104
+ "type":"string",
4105
+ "max":2048
4106
+ },
4099
4107
  "AuthorizerName":{
4100
4108
  "type":"string",
4101
4109
  "max":128,
@@ -6136,7 +6144,8 @@
6136
6144
  "authorizerConfig":{"shape":"AuthorizerConfig"},
6137
6145
  "domainConfigurationStatus":{"shape":"DomainConfigurationStatus"},
6138
6146
  "serviceType":{"shape":"ServiceType"},
6139
- "domainType":{"shape":"DomainType"}
6147
+ "domainType":{"shape":"DomainType"},
6148
+ "lastStatusChangeDate":{"shape":"DateType"}
6140
6149
  }
6141
6150
  },
6142
6151
  "DescribeEndpointRequest":{
@@ -9147,6 +9156,7 @@
9147
9156
  },
9148
9157
  "Marker":{
9149
9158
  "type":"string",
9159
+ "max":1024,
9150
9160
  "pattern":"[A-Za-z0-9+/]+={0,2}"
9151
9161
  },
9152
9162
  "MaxJobExecutionsPerMin":{
@@ -9907,7 +9917,10 @@
9907
9917
  "min":1,
9908
9918
  "pattern":"[\\w.:-]+"
9909
9919
  },
9910
- "Resource":{"type":"string"},
9920
+ "Resource":{
9921
+ "type":"string",
9922
+ "max":2048
9923
+ },
9911
9924
  "ResourceAlreadyExistsException":{
9912
9925
  "type":"structure",
9913
9926
  "members":{