aws-sdk-core 2.10.47 → 2.10.48

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: 35bbde42babb5f1fdfe24d0db592347c30ad1f56
4
- data.tar.gz: 4f8626215a3b6c39a2abbbdaaed40129225bde80
3
+ metadata.gz: 9570253fd4c7f2ecdebd9c0c408a68c8205c8c1f
4
+ data.tar.gz: 9568baa9bd18c2d1023ed435a6483bc0280ec728
5
5
  SHA512:
6
- metadata.gz: 1c8cef411d81bc9dd2e676c0a9ef8025d017ab31a252a8b7f22b1162a3190839a9df784b7eb4e37eb2419a8b37d7c70f354f847a73ffe9ccfe16147f354a5fc9
7
- data.tar.gz: 9a39c36d84e119719d87a7d736181425166a7d7a9bacaa5fee8848c1cd9c1e3dceccf62256b6ce00d8ed55a6f3007ac57e7b2f8efdcb47c9820523b539196dcb
6
+ metadata.gz: e98c44a62429e7924ba5371062c5d3f22b60b0271febce70424061f939cafe486c562364ac47743281e7c210f7865cbd3579b400c5000acc74b58c567906fa38
7
+ data.tar.gz: c4ecd0d830a909ed58f70b1b726a6322f8ba070269d5e2c593aa0198fa35be71e21d047fc2ef5d4aaf678208f872f9e894feda260f6d79c6c2db7f0c7ad1b34c
@@ -9453,6 +9453,13 @@
9453
9453
  "locationName":"InstanceId"
9454
9454
  }
9455
9455
  },
9456
+ "InstanceInterruptionBehavior":{
9457
+ "type":"string",
9458
+ "enum":[
9459
+ "stop",
9460
+ "terminate"
9461
+ ]
9462
+ },
9456
9463
  "InstanceIpv6Address":{
9457
9464
  "type":"structure",
9458
9465
  "members":{
@@ -12402,7 +12409,8 @@
12402
12409
  "ValidUntil":{
12403
12410
  "shape":"DateTime",
12404
12411
  "locationName":"validUntil"
12405
- }
12412
+ },
12413
+ "InstanceInterruptionBehavior":{"shape":"InstanceInterruptionBehavior"}
12406
12414
  }
12407
12415
  },
12408
12416
  "RequestSpotInstancesResult":{
@@ -14241,6 +14249,10 @@
14241
14249
  "ReplaceUnhealthyInstances":{
14242
14250
  "shape":"Boolean",
14243
14251
  "locationName":"replaceUnhealthyInstances"
14252
+ },
14253
+ "InstanceInterruptionBehavior":{
14254
+ "shape":"InstanceInterruptionBehavior",
14255
+ "locationName":"instanceInterruptionBehavior"
14244
14256
  }
14245
14257
  }
14246
14258
  },
@@ -14345,6 +14357,10 @@
14345
14357
  "ValidUntil":{
14346
14358
  "shape":"DateTime",
14347
14359
  "locationName":"validUntil"
14360
+ },
14361
+ "InstanceInterruptionBehavior":{
14362
+ "shape":"InstanceInterruptionBehavior",
14363
+ "locationName":"instanceInterruptionBehavior"
14348
14364
  }
14349
14365
  }
14350
14366
  },
@@ -66,6 +66,23 @@
66
66
  {"shape":"LimitExceededException"}
67
67
  ]
68
68
  },
69
+ "CreateConfigurationSetTrackingOptions":{
70
+ "name":"CreateConfigurationSetTrackingOptions",
71
+ "http":{
72
+ "method":"POST",
73
+ "requestUri":"/"
74
+ },
75
+ "input":{"shape":"CreateConfigurationSetTrackingOptionsRequest"},
76
+ "output":{
77
+ "shape":"CreateConfigurationSetTrackingOptionsResponse",
78
+ "resultWrapper":"CreateConfigurationSetTrackingOptionsResult"
79
+ },
80
+ "errors":[
81
+ {"shape":"ConfigurationSetDoesNotExistException"},
82
+ {"shape":"TrackingOptionsAlreadyExistsException"},
83
+ {"shape":"InvalidTrackingOptionsException"}
84
+ ]
85
+ },
69
86
  "CreateReceiptFilter":{
70
87
  "name":"CreateReceiptFilter",
71
88
  "http":{
@@ -150,6 +167,22 @@
150
167
  {"shape":"EventDestinationDoesNotExistException"}
151
168
  ]
152
169
  },
170
+ "DeleteConfigurationSetTrackingOptions":{
171
+ "name":"DeleteConfigurationSetTrackingOptions",
172
+ "http":{
173
+ "method":"POST",
174
+ "requestUri":"/"
175
+ },
176
+ "input":{"shape":"DeleteConfigurationSetTrackingOptionsRequest"},
177
+ "output":{
178
+ "shape":"DeleteConfigurationSetTrackingOptionsResponse",
179
+ "resultWrapper":"DeleteConfigurationSetTrackingOptionsResult"
180
+ },
181
+ "errors":[
182
+ {"shape":"ConfigurationSetDoesNotExistException"},
183
+ {"shape":"TrackingOptionsDoesNotExistException"}
184
+ ]
185
+ },
153
186
  "DeleteIdentity":{
154
187
  "name":"DeleteIdentity",
155
188
  "http":{
@@ -625,6 +658,23 @@
625
658
  {"shape":"InvalidSNSDestinationException"}
626
659
  ]
627
660
  },
661
+ "UpdateConfigurationSetTrackingOptions":{
662
+ "name":"UpdateConfigurationSetTrackingOptions",
663
+ "http":{
664
+ "method":"POST",
665
+ "requestUri":"/"
666
+ },
667
+ "input":{"shape":"UpdateConfigurationSetTrackingOptionsRequest"},
668
+ "output":{
669
+ "shape":"UpdateConfigurationSetTrackingOptionsResponse",
670
+ "resultWrapper":"UpdateConfigurationSetTrackingOptionsResult"
671
+ },
672
+ "errors":[
673
+ {"shape":"ConfigurationSetDoesNotExistException"},
674
+ {"shape":"TrackingOptionsDoesNotExistException"},
675
+ {"shape":"InvalidTrackingOptionsException"}
676
+ ]
677
+ },
628
678
  "UpdateReceiptRule":{
629
679
  "name":"UpdateReceiptRule",
630
680
  "http":{
@@ -853,7 +903,10 @@
853
903
  },
854
904
  "ConfigurationSetAttribute":{
855
905
  "type":"string",
856
- "enum":["eventDestinations"]
906
+ "enum":[
907
+ "eventDestinations",
908
+ "trackingOptions"
909
+ ]
857
910
  },
858
911
  "ConfigurationSetAttributeList":{
859
912
  "type":"list",
@@ -913,6 +966,22 @@
913
966
  "members":{
914
967
  }
915
968
  },
969
+ "CreateConfigurationSetTrackingOptionsRequest":{
970
+ "type":"structure",
971
+ "required":[
972
+ "ConfigurationSetName",
973
+ "TrackingOptions"
974
+ ],
975
+ "members":{
976
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
977
+ "TrackingOptions":{"shape":"TrackingOptions"}
978
+ }
979
+ },
980
+ "CreateConfigurationSetTrackingOptionsResponse":{
981
+ "type":"structure",
982
+ "members":{
983
+ }
984
+ },
916
985
  "CreateReceiptFilterRequest":{
917
986
  "type":"structure",
918
987
  "required":["Filter"],
@@ -963,6 +1032,7 @@
963
1032
  "TemporaryFailure"
964
1033
  ]
965
1034
  },
1035
+ "CustomRedirectDomain":{"type":"string"},
966
1036
  "DefaultDimensionValue":{"type":"string"},
967
1037
  "DeleteConfigurationSetEventDestinationRequest":{
968
1038
  "type":"structure",
@@ -992,6 +1062,18 @@
992
1062
  "members":{
993
1063
  }
994
1064
  },
1065
+ "DeleteConfigurationSetTrackingOptionsRequest":{
1066
+ "type":"structure",
1067
+ "required":["ConfigurationSetName"],
1068
+ "members":{
1069
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
1070
+ }
1071
+ },
1072
+ "DeleteConfigurationSetTrackingOptionsResponse":{
1073
+ "type":"structure",
1074
+ "members":{
1075
+ }
1076
+ },
995
1077
  "DeleteIdentityPolicyRequest":{
996
1078
  "type":"structure",
997
1079
  "required":[
@@ -1091,7 +1173,8 @@
1091
1173
  "type":"structure",
1092
1174
  "members":{
1093
1175
  "ConfigurationSet":{"shape":"ConfigurationSet"},
1094
- "EventDestinations":{"shape":"EventDestinations"}
1176
+ "EventDestinations":{"shape":"EventDestinations"},
1177
+ "TrackingOptions":{"shape":"TrackingOptions"}
1095
1178
  }
1096
1179
  },
1097
1180
  "DescribeReceiptRuleRequest":{
@@ -1491,6 +1574,17 @@
1491
1574
  },
1492
1575
  "exception":true
1493
1576
  },
1577
+ "InvalidTrackingOptionsException":{
1578
+ "type":"structure",
1579
+ "members":{
1580
+ },
1581
+ "error":{
1582
+ "code":"InvalidTrackingOptions",
1583
+ "httpStatusCode":400,
1584
+ "senderFault":true
1585
+ },
1586
+ "exception":true
1587
+ },
1494
1588
  "InvocationType":{
1495
1589
  "type":"string",
1496
1590
  "enum":[
@@ -2127,6 +2221,36 @@
2127
2221
  "Optional"
2128
2222
  ]
2129
2223
  },
2224
+ "TrackingOptions":{
2225
+ "type":"structure",
2226
+ "members":{
2227
+ "CustomRedirectDomain":{"shape":"CustomRedirectDomain"}
2228
+ }
2229
+ },
2230
+ "TrackingOptionsAlreadyExistsException":{
2231
+ "type":"structure",
2232
+ "members":{
2233
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
2234
+ },
2235
+ "error":{
2236
+ "code":"TrackingOptionsAlreadyExistsException",
2237
+ "httpStatusCode":400,
2238
+ "senderFault":true
2239
+ },
2240
+ "exception":true
2241
+ },
2242
+ "TrackingOptionsDoesNotExistException":{
2243
+ "type":"structure",
2244
+ "members":{
2245
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
2246
+ },
2247
+ "error":{
2248
+ "code":"TrackingOptionsDoesNotExistException",
2249
+ "httpStatusCode":400,
2250
+ "senderFault":true
2251
+ },
2252
+ "exception":true
2253
+ },
2130
2254
  "UpdateConfigurationSetEventDestinationRequest":{
2131
2255
  "type":"structure",
2132
2256
  "required":[
@@ -2143,6 +2267,22 @@
2143
2267
  "members":{
2144
2268
  }
2145
2269
  },
2270
+ "UpdateConfigurationSetTrackingOptionsRequest":{
2271
+ "type":"structure",
2272
+ "required":[
2273
+ "ConfigurationSetName",
2274
+ "TrackingOptions"
2275
+ ],
2276
+ "members":{
2277
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
2278
+ "TrackingOptions":{"shape":"TrackingOptions"}
2279
+ }
2280
+ },
2281
+ "UpdateConfigurationSetTrackingOptionsResponse":{
2282
+ "type":"structure",
2283
+ "members":{
2284
+ }
2285
+ },
2146
2286
  "UpdateReceiptRuleRequest":{
2147
2287
  "type":"structure",
2148
2288
  "required":[
@@ -65,6 +65,7 @@
65
65
  {"shape":"NoSuchEntityException"},
66
66
  {"shape":"LimitExceededException"},
67
67
  {"shape":"InvalidInputException"},
68
+ {"shape":"PolicyNotAttachableException"},
68
69
  {"shape":"ServiceFailureException"}
69
70
  ]
70
71
  },
@@ -80,6 +81,7 @@
80
81
  {"shape":"LimitExceededException"},
81
82
  {"shape":"InvalidInputException"},
82
83
  {"shape":"UnmodifiableEntityException"},
84
+ {"shape":"PolicyNotAttachableException"},
83
85
  {"shape":"ServiceFailureException"}
84
86
  ]
85
87
  },
@@ -94,6 +96,7 @@
94
96
  {"shape":"NoSuchEntityException"},
95
97
  {"shape":"LimitExceededException"},
96
98
  {"shape":"InvalidInputException"},
99
+ {"shape":"PolicyNotAttachableException"},
97
100
  {"shape":"ServiceFailureException"}
98
101
  ]
99
102
  },
@@ -578,6 +581,23 @@
578
581
  {"shape":"ServiceFailureException"}
579
582
  ]
580
583
  },
584
+ "DeleteServiceLinkedRole":{
585
+ "name":"DeleteServiceLinkedRole",
586
+ "http":{
587
+ "method":"POST",
588
+ "requestUri":"/"
589
+ },
590
+ "input":{"shape":"DeleteServiceLinkedRoleRequest"},
591
+ "output":{
592
+ "shape":"DeleteServiceLinkedRoleResponse",
593
+ "resultWrapper":"DeleteServiceLinkedRoleResult"
594
+ },
595
+ "errors":[
596
+ {"shape":"NoSuchEntityException"},
597
+ {"shape":"LimitExceededException"},
598
+ {"shape":"ServiceFailureException"}
599
+ ]
600
+ },
581
601
  "DeleteServiceSpecificCredential":{
582
602
  "name":"DeleteServiceSpecificCredential",
583
603
  "http":{
@@ -1020,6 +1040,23 @@
1020
1040
  {"shape":"ServiceFailureException"}
1021
1041
  ]
1022
1042
  },
1043
+ "GetServiceLinkedRoleDeletionStatus":{
1044
+ "name":"GetServiceLinkedRoleDeletionStatus",
1045
+ "http":{
1046
+ "method":"POST",
1047
+ "requestUri":"/"
1048
+ },
1049
+ "input":{"shape":"GetServiceLinkedRoleDeletionStatusRequest"},
1050
+ "output":{
1051
+ "shape":"GetServiceLinkedRoleDeletionStatusResponse",
1052
+ "resultWrapper":"GetServiceLinkedRoleDeletionStatusResult"
1053
+ },
1054
+ "errors":[
1055
+ {"shape":"NoSuchEntityException"},
1056
+ {"shape":"InvalidInputException"},
1057
+ {"shape":"ServiceFailureException"}
1058
+ ]
1059
+ },
1023
1060
  "GetUser":{
1024
1061
  "name":"GetUser",
1025
1062
  "http":{
@@ -1926,6 +1963,10 @@
1926
1963
  "UserName":{"shape":"existingUserNameType"}
1927
1964
  }
1928
1965
  },
1966
+ "ArnListType":{
1967
+ "type":"list",
1968
+ "member":{"shape":"arnType"}
1969
+ },
1929
1970
  "AttachGroupPolicyRequest":{
1930
1971
  "type":"structure",
1931
1972
  "required":[
@@ -2421,6 +2462,20 @@
2421
2462
  "ServerCertificateName":{"shape":"serverCertificateNameType"}
2422
2463
  }
2423
2464
  },
2465
+ "DeleteServiceLinkedRoleRequest":{
2466
+ "type":"structure",
2467
+ "required":["RoleName"],
2468
+ "members":{
2469
+ "RoleName":{"shape":"roleNameType"}
2470
+ }
2471
+ },
2472
+ "DeleteServiceLinkedRoleResponse":{
2473
+ "type":"structure",
2474
+ "required":["DeletionTaskId"],
2475
+ "members":{
2476
+ "DeletionTaskId":{"shape":"DeletionTaskIdType"}
2477
+ }
2478
+ },
2424
2479
  "DeleteServiceSpecificCredentialRequest":{
2425
2480
  "type":"structure",
2426
2481
  "required":["ServiceSpecificCredentialId"],
@@ -2462,6 +2517,27 @@
2462
2517
  "SerialNumber":{"shape":"serialNumberType"}
2463
2518
  }
2464
2519
  },
2520
+ "DeletionTaskFailureReasonType":{
2521
+ "type":"structure",
2522
+ "members":{
2523
+ "Reason":{"shape":"ReasonType"},
2524
+ "RoleUsageList":{"shape":"RoleUsageListType"}
2525
+ }
2526
+ },
2527
+ "DeletionTaskIdType":{
2528
+ "type":"string",
2529
+ "max":1000,
2530
+ "min":1
2531
+ },
2532
+ "DeletionTaskStatusType":{
2533
+ "type":"string",
2534
+ "enum":[
2535
+ "SUCCEEDED",
2536
+ "IN_PROGRESS",
2537
+ "FAILED",
2538
+ "NOT_STARTED"
2539
+ ]
2540
+ },
2465
2541
  "DetachGroupPolicyRequest":{
2466
2542
  "type":"structure",
2467
2543
  "required":[
@@ -2887,6 +2963,21 @@
2887
2963
  "ServerCertificate":{"shape":"ServerCertificate"}
2888
2964
  }
2889
2965
  },
2966
+ "GetServiceLinkedRoleDeletionStatusRequest":{
2967
+ "type":"structure",
2968
+ "required":["DeletionTaskId"],
2969
+ "members":{
2970
+ "DeletionTaskId":{"shape":"DeletionTaskIdType"}
2971
+ }
2972
+ },
2973
+ "GetServiceLinkedRoleDeletionStatusResponse":{
2974
+ "type":"structure",
2975
+ "required":["Status"],
2976
+ "members":{
2977
+ "Status":{"shape":"DeletionTaskStatusType"},
2978
+ "Reason":{"shape":"DeletionTaskFailureReasonType"}
2979
+ }
2980
+ },
2890
2981
  "GetUserPolicyRequest":{
2891
2982
  "type":"structure",
2892
2983
  "required":[
@@ -3659,6 +3750,18 @@
3659
3750
  "member":{"shape":"PolicyGroup"}
3660
3751
  },
3661
3752
  "PolicyIdentifierType":{"type":"string"},
3753
+ "PolicyNotAttachableException":{
3754
+ "type":"structure",
3755
+ "members":{
3756
+ "message":{"shape":"policyNotAttachableMessage"}
3757
+ },
3758
+ "error":{
3759
+ "code":"PolicyNotAttachable",
3760
+ "httpStatusCode":400,
3761
+ "senderFault":true
3762
+ },
3763
+ "exception":true
3764
+ },
3662
3765
  "PolicyRole":{
3663
3766
  "type":"structure",
3664
3767
  "members":{
@@ -3748,6 +3851,15 @@
3748
3851
  "PolicyDocument":{"shape":"policyDocumentType"}
3749
3852
  }
3750
3853
  },
3854
+ "ReasonType":{
3855
+ "type":"string",
3856
+ "max":1000
3857
+ },
3858
+ "RegionNameType":{
3859
+ "type":"string",
3860
+ "max":100,
3861
+ "min":1
3862
+ },
3751
3863
  "RemoveClientIDFromOpenIDConnectProviderRequest":{
3752
3864
  "type":"structure",
3753
3865
  "required":[
@@ -3889,6 +4001,17 @@
3889
4001
  "AttachedManagedPolicies":{"shape":"attachedPoliciesListType"}
3890
4002
  }
3891
4003
  },
4004
+ "RoleUsageListType":{
4005
+ "type":"list",
4006
+ "member":{"shape":"RoleUsageType"}
4007
+ },
4008
+ "RoleUsageType":{
4009
+ "type":"structure",
4010
+ "members":{
4011
+ "Region":{"shape":"RegionNameType"},
4012
+ "Resources":{"shape":"ArnListType"}
4013
+ }
4014
+ },
3892
4015
  "SAMLMetadataDocumentType":{
3893
4016
  "type":"string",
3894
4017
  "max":10000000,
@@ -4655,6 +4778,7 @@
4655
4778
  "min":1,
4656
4779
  "pattern":"[\\w+=,.@-]+"
4657
4780
  },
4781
+ "policyNotAttachableMessage":{"type":"string"},
4658
4782
  "policyPathType":{
4659
4783
  "type":"string",
4660
4784
  "pattern":"((/[A-Za-z0-9\\.,\\+@=_-]+)*)/"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.47'
2
+ VERSION = '2.10.48'
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.10.47
4
+ version: 2.10.48
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: 2017-09-15 00:00:00.000000000 Z
11
+ date: 2017-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath