Summary: 76 instances, 47 unique Text Count // STEP 1.1 [TODO: construct a body of a request] 1 // TODO: Adjust Progress Chain according to your implementation 4 // STEP 3 [TODO: get a token for the next page] 1 // STEP 1.3 [TODO: handle exception] 2 // TODO: be far more fault tolerant, do retries, emit logs and metrics, etc. 1 // TODO: uncomment when ready to implement 2 // TODO: get resource level tags from previous resource state based on your tag property name 1 // STEP 4 [TODO: construct resource models] 1 // STEP 4 [TODO: gather all properties of the resource] 1 // TODO: add log for removing tags from resources during update 1 // STEP 3.1 [TODO: construct a body of a request] 1 // TODO : put your code here 2 // STEP 1.2 [TODO: make an api call] 3 // TODO: put your update resource code here 1 // TODO: replace the return null with your invoke log to call untag API to remove tags 1 // TODO: replace all usage of SdkClient with your service client type, e.g; YourServiceAsyncClient 4 // TODO: put your stabilization code here 3 // STEP 2 [TODO: construct a body of a request] 1 // TODO: add custom read resource logic 3 // TODO: add log for adding tags to resources during update 1 // TODO: get resource level tags from resource model based on your tag property name 1 // TODO: put your create resource code here 1 // TODO: put your delete resource code here 1 // STEP 3 [TODO: return the successful progress event without resource model] 1 // TODO: Critical! Please replace the CloudFormation Tag model below with your service's own SDK Tag model 1 // TODO: get tags from resource model based on your tag property name 1 TODO: uncomment the following, replacing YourServiceClient with your service client name 1 // STEP 4 [TODO: describe call/chain to return the resource model] 1 // STEP 2 [TODO: make an api call] 1 // STEP 3 [TODO: make an api call] 1 // TODO: previousTags.putAll(handlerRequest.getPreviousResourceState().getTags()); 1 // STEP 2.3 [TODO: stabilize step is not necessarily required but typically involves describing the resource until it is in a certain status, though it can take many forms] 3 // STEP 3 [TODO: describe call/chain to return the resource model] 1 // STEP 3.2 [TODO: make an api call] 1 // STEP 1 [TODO: construct a body of a request] 1 // TODO: replace all usage of SdkClient with your service client type, e.g; YourServiceClient 1 // TODO: replace the return null with your invoke log to call tagResource API to add tags 1 // STEP 2.1 [TODO: construct a body of a request] 3 // TODO: change untagResource in the method to your service API according to your SDK 2 // TODO: we'll need a better way to expose the stack of causing exceptions for 1 // TODO: add custom read resource logic 1 // TODO: tagMap.putAll(convertToMap(resourceModel.getTags())); 1 // TODO: remove this implementation once you have uncommented the above 1 // TODO: desiredTags.putAll(convertToMap(resourceModel.getTags())); 1 // TODO: put your post update resource code here 1 // STEP 2.2 [TODO: make an api call] 3 // TODO: construct a request 8